Fix JFrame icon for KDE

This commit is contained in:
Reinhard Pointner 2017-02-16 03:07:27 +08:00
parent bdb1f96710
commit 4c5776f9fa
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public class Main {
MacAppUtilities.setOpenFileHandler(openFiles -> SwingEventBus.getInstance().post(new FileTransferable(openFiles)));
} else if (isUbuntuApp()) {
// Ubuntu/Debian specific configuration
// .desktop file will take care of icons and desktop integration
frame.setIconImages(ResourceManager.getApplicationIcons());
} else if (isWindowsApp()) {
// Windows specific configuration
if (!isAppStore()) {