mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Tooltips: add option to disable all tooltips in general tab
This commit is contained in:
@@ -128,7 +128,7 @@ Singleton {
|
||||
JsonAdapter {
|
||||
id: adapter
|
||||
|
||||
property int settingsVersion: 14
|
||||
property int settingsVersion: 15
|
||||
|
||||
// bar
|
||||
property JsonObject bar: JsonObject {
|
||||
@@ -303,6 +303,7 @@ Singleton {
|
||||
property real fontFixedScale: 1.0
|
||||
property list<var> monitorsScaling: []
|
||||
property bool idleInhibitorEnabled: false
|
||||
property bool tooltipsEnabled: true
|
||||
}
|
||||
|
||||
// brightness
|
||||
|
||||
Reference in New Issue
Block a user