client/settings/disable motion: add an option to allow transitions and animations to be disabled

This commit is contained in:
Adorian Doran
2025-08-22 20:32:08 +03:00
parent 4c8da70ef3
commit 03681d23c5
6 changed files with 20 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ const defaultOptions: DefaultOption[] = [
},
isSynced: false
},
{ name: "motionEnabled", value: "true", isSynced: false },
// Internationalization
{ name: "locale", value: "en", isSynced: true },