mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Fix JFrame icon for KDE
This commit is contained in:
parent
bdb1f96710
commit
4c5776f9fa
@ -218,7 +218,7 @@ public class Main {
|
|||||||
MacAppUtilities.setOpenFileHandler(openFiles -> SwingEventBus.getInstance().post(new FileTransferable(openFiles)));
|
MacAppUtilities.setOpenFileHandler(openFiles -> SwingEventBus.getInstance().post(new FileTransferable(openFiles)));
|
||||||
} else if (isUbuntuApp()) {
|
} else if (isUbuntuApp()) {
|
||||||
// Ubuntu/Debian specific configuration
|
// Ubuntu/Debian specific configuration
|
||||||
// .desktop file will take care of icons and desktop integration
|
frame.setIconImages(ResourceManager.getApplicationIcons());
|
||||||
} else if (isWindowsApp()) {
|
} else if (isWindowsApp()) {
|
||||||
// Windows specific configuration
|
// Windows specific configuration
|
||||||
if (!isAppStore()) {
|
if (!isAppStore()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user