mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
Merge pull request #585 from cypherstack/windows
Revert "start monero and wownero on windows"
This commit is contained in:
commit
e8c19fb519
1 changed files with 4 additions and 2 deletions
|
@ -188,8 +188,10 @@ void main() async {
|
|||
}
|
||||
}
|
||||
|
||||
monero.onStartup();
|
||||
if (!Platform.isLinux) {
|
||||
if (!Platform.isWindows) {
|
||||
monero.onStartup();
|
||||
}
|
||||
if (!Platform.isLinux && !Platform.isWindows) {
|
||||
wownero.onStartup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue