summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UMain.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UMain.pas b/UMain.pas
index 68558a5..069ad84 100644
--- a/UMain.pas
+++ b/UMain.pas
@@ -4879,8 +4879,8 @@ begin
ConfMounterUseFSTab := FMounterPrefs.UseFSTabDefaultsCheckBox.Checked;
ConfMounterPushDown := FMounterPrefs.ToggleModeCheckBox.Checked;
WriteMounter;
- FillMounterBar;
end;
+ FillMounterBar;
finally
FMounterPrefs.Free;
Application.ProcessMessages;