Skip to content

Commit

Permalink
Merge pull request canonical#3836 from canonical/fix-on-app-close-label
Browse files Browse the repository at this point in the history
[gui] update settings label for closing app behavior
  • Loading branch information
andrei-toterman authored Dec 12, 2024
2 parents 11869d6 + 63604bc commit b47f839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gui/lib/settings/general_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class GeneralSettings extends ConsumerWidget {
),
const SizedBox(height: 20),
Dropdown(
label: 'On close of application',
label: 'When closing Multipass',
width: 260,
value: onAppClose ?? 'ask',
onChanged: (value) => ref.read(onAppCloseProvider.notifier).set(value!),
Expand Down

0 comments on commit b47f839

Please sign in to comment.