mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Use feedback style instead of confirmation at proposla publish success popup
This commit is contained in:
parent
ed5e5e6d47
commit
1e6777bb09
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ public class MakeProposalView extends ActivatableView<GridPane, Void> implements
|
|||
proposalDisplay.clearForm();
|
||||
proposalTypeComboBox.getSelectionModel().clearSelection();
|
||||
if (!DevEnv.isDevMode())
|
||||
new Popup<>().confirmation(Res.get("dao.tx.published.success")).show();
|
||||
new Popup<>().feedback(Res.get("dao.tx.published.success")).show();
|
||||
},
|
||||
errorMessage -> new Popup<>().warning(errorMessage).show());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue