diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-10-06 17:34:29 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-10-06 17:34:29 +0100 |
commit | db10dc4fdd656b25442c63eb02ea30931eee300e (patch) | |
tree | 9b2a4e835d6d52b48c0e7fb9bcb83884999ee1da /src/window.ui | |
parent | 0dc8409b168b293e9566dc5a35bded510fbd043d (diff) |
window: Add interface for connecting and disconnecting
Diffstat (limited to 'src/window.ui')
-rw-r--r-- | src/window.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/window.ui b/src/window.ui index efc7d87..54646e9 100644 --- a/src/window.ui +++ b/src/window.ui @@ -5,6 +5,12 @@ <menu id="primary_menu"> <section> <item> + <attribute name="label" translatable="yes">_Disconnect</attribute> + <attribute name="action">app.disconnect</attribute> + </item> + </section> + <section> + <item> <attribute name="label" translatable="yes">_Preferences</attribute> <attribute name="action">app.preferences</attribute> </item> |