diff --git a/src/window.blp b/src/window.blp index 0245742..a34271f 100644 --- a/src/window.blp +++ b/src/window.blp @@ -4,4 +4,23 @@ using Adw 1; template TutorialWindow : Adw.ApplicationWindow { default-width: 800; default-height: 600; +} + +menu primary_menu { + section { + item { + label: _("Preferences"); + action: "app.preferences"; + } + + item { + label: _("Keyboard Shortcuts"); + action: "win.show-help-overlay"; + } + + item { + label: _("About"); + action: "app.about"; + } + } } \ No newline at end of file diff --git a/src/window.ui b/src/window.ui index 84b517c..b149191 100644 --- a/src/window.ui +++ b/src/window.ui @@ -23,7 +23,7 @@ Hello, World!