Skip to content

Commit ff6a017

Browse files
committed
refactor(settings): remove sound notifications configuration
1 parent cd144d4 commit ff6a017

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src-tauri/src/settings.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,6 @@ impl AppSettings {
237237
"max": 10000,
238238
"default": 3000
239239
},
240-
{
241-
"id": "notifications.sound_enabled",
242-
"type": "boolean",
243-
"label": "Sound notifications",
244-
"description": "Play sound for notifications",
245-
"default": false
246-
},
247240
{
248241
"id": "notifications.success_notifications",
249242
"type": "boolean",

0 commit comments

Comments
 (0)