Add Transaction Properties #15

Merged
andrewlalis merged 18 commits from transaction-properties into main 2024-02-04 04:31:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e17e2c55a5 - Show all commits

View File

@ -105,7 +105,7 @@ public class ProfilesViewController {
private boolean openProfile(String name, boolean showPopup) {
log.info("Opening profile \"{}\".", name);
try {
PerfinApp.profileLoader.load(name);
Profile.setCurrent(PerfinApp.profileLoader.load(name));
ProfilesStage.closeView();
router.replace("accounts");
if (showPopup) Popups.message(profilesVBox, "The profile \"" + name + "\" has been loaded.");