control-center: added a new option to disable the right click open at cursor pos.

This commit is contained in:
Lemmy
2026-03-01 17:31:14 -05:00
parent fcd08289ad
commit 1c3760b73b
22 changed files with 59 additions and 8 deletions
+1
View File
@@ -438,6 +438,7 @@ Singleton {
property JsonObject controlCenter: JsonObject {
// Position: close_to_bar_button, center, top_left, top_right, bottom_left, bottom_right, bottom_center, top_center
property string position: "close_to_bar_button"
property bool openAtMouseOnBarRightClick: true
property string diskPath: "/"
property JsonObject shortcuts
shortcuts: JsonObject {