mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Don't show popup at vote result exception
This commit is contained in:
parent
ce77412903
commit
e42c9d4f76
@ -283,7 +283,9 @@ public class MainViewModel implements ViewModel, BisqSetup.BisqSetupCompleteList
|
|||||||
.show();
|
.show();
|
||||||
});
|
});
|
||||||
bisqSetup.setVoteResultExceptionHandler(voteResultException -> {
|
bisqSetup.setVoteResultExceptionHandler(voteResultException -> {
|
||||||
new Popup<>().error(voteResultException.toString()).show();
|
log.warn(voteResultException.toString());
|
||||||
|
|
||||||
|
//new Popup<>().error(voteResultException.toString()).show();
|
||||||
});
|
});
|
||||||
|
|
||||||
bisqSetup.setChainFileLockedExceptionHandler(msg -> {
|
bisqSetup.setChainFileLockedExceptionHandler(msg -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user