start monero and wownero on windows

This commit is contained in:
sneurlax 2023-06-08 15:27:58 -05:00
parent 641b7b9e28
commit e1339dab83

View file

@ -188,10 +188,8 @@ void main() async {
}
}
if (!Platform.isWindows) {
monero.onStartup();
}
if (!Platform.isLinux && !Platform.isWindows) {
monero.onStartup();
if (!Platform.isLinux) {
wownero.onStartup();
}