mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 10:11:03 +00:00
no wow/xmr startup on windows
This commit is contained in:
parent
9949b8788b
commit
b7bb62653e
1 changed files with 4 additions and 2 deletions
|
@ -178,8 +178,10 @@ void main() async {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!Platform.isWindows) {
|
||||||
wownero.onStartup();
|
wownero.onStartup();
|
||||||
monero.onStartup();
|
monero.onStartup();
|
||||||
|
}
|
||||||
|
|
||||||
// SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
|
// SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
|
||||||
// overlays: [SystemUiOverlay.bottom]);
|
// overlays: [SystemUiOverlay.bottom]);
|
||||||
|
|
Loading…
Reference in a new issue