diff options
Diffstat (limited to 'config/UtilitiesConfig.qml')
| -rw-r--r-- | config/UtilitiesConfig.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml index d9d4ed5..c1bad2a 100644 --- a/config/UtilitiesConfig.qml +++ b/config/UtilitiesConfig.qml @@ -5,8 +5,14 @@ JsonObject { property int maxToasts: 4 property Sizes sizes: Sizes {} + property Toasts toasts: Toasts {} component Sizes: JsonObject { property int width: 430 } + + component Toasts: JsonObject { + property bool audioOutputChanged: true + property bool audioInputChanged: true + } } |