Skip to content

Commit

Permalink
correcting the lint error in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcons authored Nov 3, 2024
1 parent 17c5971 commit be00d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/SettingsPopover.vala
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public sealed class Terminal.SettingsPopover : Gtk.Popover {
description = _("Shortcuts dont require Shift; may interfere with CLI apps"),
active = Application.settings.get_boolean ("natural-copy-paste")
};

var unsafe_paste_alert_button = new Granite.SwitchModelButton (_("Unsafe Paste Alert")) {
description = _("Show a warning dialog when pasting a command with 'sudo' or multiple lines"),
active = Application.settings.get_boolean ("unsafe-paste-alert")
Expand Down

0 comments on commit be00d44

Please sign in to comment.