mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
fix notification not raising on first run
This commit is contained in:
parent
4c6f86d7c1
commit
9625ea910f
@ -97,7 +97,7 @@ const App = () => {
|
|||||||
SystemModule.useProxy(useProxy ?? 'true');
|
SystemModule.useProxy(useProxy ?? 'true');
|
||||||
});
|
});
|
||||||
loadCookie('settings_stop_notifications').then((stopNotifications) => {
|
loadCookie('settings_stop_notifications').then((stopNotifications) => {
|
||||||
SystemModule.stopNotifications(stopNotifications ?? 'true');
|
SystemModule.stopNotifications(stopNotifications ?? 'false');
|
||||||
});
|
});
|
||||||
loadCookie('garage_slots').then((slots) => {
|
loadCookie('garage_slots').then((slots) => {
|
||||||
NotificationsModule.monitorOrders(slots ?? '{}');
|
NotificationsModule.monitorOrders(slots ?? '{}');
|
||||||
|
Loading…
Reference in New Issue
Block a user