status-desktop/ui/app/AppLayouts/stores
Lukáš Tinkl f62acae911 fix(Settings): cant switch off sounds for notifications
Fix a bunch of problems with handling sound/notifications related options
coming from the backend:
- `volume` and `notificationSoundsEnabled` live in a different settings
object; adjust the stores for that
- unbreak loading the actual wav/mp3 files (was never working on Linux
outside of AppImage!) -> use "qrc:/", same as the NIM backend does
- fix the volume scaling (backend has [1,100], QML is [0, 1])
- simplify our Audio QML item interface; no need for an extra property
and resolving the URL twice (which results in broken scenarios mentioned
above); we know which sounds we want to load

Closes #8668
2022-12-09 11:01:18 +01:00
..
AppSearchStore.qml fix(@desktop/chat): search triggered from within community doesn't seem to preset the right search location 2022-04-07 11:54:43 -04:00
EmojiReactions.qml refactor(@desktop/chat-community): `ChatContextMenuView` and `MessageContextMenuView` updated 2022-02-01 11:48:25 +01:00
RootStore.qml fix(Settings): cant switch off sounds for notifications 2022-12-09 11:01:18 +01:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00