mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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();
|
||||
monero.onStartup();
|
||||
}
|
||||
|
||||
// SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
|
||||
// overlays: [SystemUiOverlay.bottom]);
|
||||
|
|
Loading…
Reference in a new issue