mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-25 06:27:08 +03:00
Set default notification image visibility to "when-available". Fixes #70
This commit is contained in:
parent
f9b75f4f32
commit
7a69695fb2
@ -14,7 +14,7 @@
|
||||
"control-center-height": 600,
|
||||
"notification-window-width": 500,
|
||||
"keyboard-shortcuts": true,
|
||||
"image-visibility": "always",
|
||||
"image-visibility": "when-available",
|
||||
"transition-time": 200,
|
||||
"hide-on-clear": false,
|
||||
"hide-on-action": true,
|
||||
|
@ -337,7 +337,7 @@ namespace SwayNotificationCenter {
|
||||
public ImageVisibility image_visibility {
|
||||
get;
|
||||
set;
|
||||
default = ImageVisibility.ALWAYS;
|
||||
default = ImageVisibility.WHEN_AVAILABLE;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -84,7 +84,7 @@
|
||||
"image-visibility": {
|
||||
"type": "string",
|
||||
"description": "An explanation about the purpose of this instance.",
|
||||
"default": "always",
|
||||
"default": "when-available",
|
||||
"enum": ["always", "when-available", "never"]
|
||||
},
|
||||
"transition-time": {
|
||||
|
Loading…
Reference in New Issue
Block a user