no wow/xmr startup on windows

This commit is contained in:
julian 2023-05-19 13:33:51 -06:00
parent 9949b8788b
commit b7bb62653e

View file

@ -178,8 +178,10 @@ void main() async {
}
}
if (!Platform.isWindows) {
wownero.onStartup();
monero.onStartup();
}
// SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
// overlays: [SystemUiOverlay.bottom]);