feat(Application Launcher): add option to ignore initial mouse position

This commit is contained in:
DuckySoLucky
2025-10-10 20:07:28 +02:00
parent 72b2b9e917
commit f0c44734bc
5 changed files with 66 additions and 5 deletions
+2 -1
View File
@@ -125,7 +125,7 @@ Singleton {
JsonAdapter {
id: adapter
property int settingsVersion: 15
property int settingsVersion: 16
// bar
property JsonObject bar: JsonObject {
@@ -233,6 +233,7 @@ Singleton {
property bool useApp2Unit: false
property bool sortByMostUsed: true
property string terminalCommand: "xterm -e"
property bool ignoreInitialMousePosition: true
}
// control center