close dialog by click on 'Open Preferences'

This commit is contained in:
Jan-Peter Klein
2024-06-13 12:04:34 +02:00
parent 1ac017e3ab
commit 9fcb166047

View File

@@ -28,6 +28,7 @@ public class DokanySupportEndDialogController implements FxController {
public void openVolumePreferences() {
applicationWindows.showPreferencesWindow(SelectedPreferencesTab.VOLUME);
window.close();
}
}