mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
rebase problem
This commit is contained in:
parent
95fb2dcebf
commit
55be62bc25
@ -1022,7 +1022,7 @@ public class MainViewModel implements ViewModel {
|
||||
user.setDisplayedAlert(alert);
|
||||
if (alert != null && !alreadyDisplayed)
|
||||
if (alert.isUpdateInfo() || alert.isNewVersion())
|
||||
new DisplayUpdateDownloadWindow().alertMessage(alert).show();
|
||||
new DisplayUpdateDownloadWindow(alert).show();
|
||||
else
|
||||
new DisplayAlertMessageWindow().alertMessage(alert).show();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user