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
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E

View File

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