status-desktop/ui/app/mainui
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
..
activitycenter feat(activity-center): Add details view dialog for contact requests 2022-12-07 12:03:38 +03:00
panels fix(DragnDrop): re-enabled drag and drop 2022-10-12 10:34:46 -04:00
popups test(@wallet): allow to use ganache with goerli 2022-09-13 11:56:42 +02:00
AppMain.qml fix(Settings): cant switch off sounds for notifications 2022-12-09 11:01:18 +01:00
AppSearch.qml fix(StatusPopupMenu): Refactoring 2022-12-02 10:30:50 +03:00
Popups.qml chore: reduce the number of (verification) RPC calls 2022-12-01 16:50:23 +01:00
SplashScreen.qml fix(SplashScreen): Fixed blurry animation 2022-10-11 19:29:35 +03:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00