We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52dc46 commit 9429adcCopy full SHA for 9429adc
src/main/java/mediathek/mainwindow/MediathekGui.java
@@ -911,7 +911,7 @@ protected void handleDownloadFinishedEvent(DownloadFinishedEvent msg) {
911
private void handleShowSettingsDialogEvent(ShowSettingsDialogEvent evt) {
912
SwingUtilities.invokeLater(() -> {
913
getSettingsDialog().setVisible(true);
914
- if (!SystemUtils.IS_OS_MAC_OSX)
+ if (!SystemUtils.IS_OS_LINUX)
915
getSettingsDialog().toFront();
916
});
917
}
0 commit comments