[simple-scan/wip/cdavis/consistency-updates: 3/13] app-window: Move Preferences in primary menu




commit 0880e4319b56434d2b9dc5051c937aaebb6fe2b7
Author: Christopher Davis <brainblasted disroot org>
Date:   Tue Feb 9 12:32:19 2021 -0800

    app-window: Move Preferences in primary menu
    
    They are generally at the top of the final section
    in the primary menu.

 src/app-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app-window.vala b/src/app-window.vala
index 0a9a4d70..506907b8 100644
--- a/src/app-window.vala
+++ b/src/app-window.vala
@@ -1885,9 +1885,9 @@ public class AppWindow : Gtk.ApplicationWindow
         section.append (_("Email"), "app.email");
         section.append (_("Print"), "app.print");
         section.append (C_("menu", "Reorder Pages"), "app.reorder");
-        section.append (_("Preferences"), "app.preferences");
         section = new Menu ();
         gear_menu.append_section (null, section);
+        section.append (_("Preferences"), "app.preferences");
         section.append (_("Keyboard Shortcuts"), "win.show-help-overlay");
         section.append (_("Help"), "app.help");
         section.append (_("About Document Scanner"), "app.about");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]