diff --git a/lib/main.dart b/lib/main.dart index 06167255a..fd7be5f7c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -178,8 +178,10 @@ void main() async { } } - wownero.onStartup(); - monero.onStartup(); + if (!Platform.isWindows) { + wownero.onStartup(); + monero.onStartup(); + } // SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, // overlays: [SystemUiOverlay.bottom]);