diff --git a/prefs.js b/prefs.js index 35031ff..592a7a7 100644 --- a/prefs.js +++ b/prefs.js @@ -177,6 +177,7 @@ const Preferences = class { this._builder.add_from_file(Me.path + '/ui/BoxGroupAppsOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxMiddleClickOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxOverlayShortcut.ui'); + this._builder.add_from_file(Me.path + '/ui/BoxSecondaryMenuOptions.ui'); // pages this._builder.add_from_file(Me.path + '/ui/SettingsPosition.ui'); diff --git a/ui/BoxSecondaryMenuOptions.ui b/ui/BoxSecondaryMenuOptions.ui new file mode 100644 index 0000000..c58ba17 --- /dev/null +++ b/ui/BoxSecondaryMenuOptions.ui @@ -0,0 +1,119 @@ + + + + + + True + False + vertical + 1 + 1 + + + True + False + 0 + + + True + False + none + + + 100 + 80 + True + True + + + True + False + center + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Integrate <i>AppMenu</i> items + True + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + + + + + + + + + + 100 + 80 + True + True + + + True + False + center + 12 + 12 + 12 + 12 + 32 + + + True + False + True + <i>Show Details</i> menu item + True + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + + + + + + + + + + + + + + \ No newline at end of file