mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* testing JAyatana
This commit is contained in:
parent
766c4bc4c8
commit
b0995200a4
@ -274,8 +274,8 @@ public class Main {
|
||||
MacAppUtilities.setDefaultMenuBar(FileBotMenuBar.createHelp());
|
||||
} else if (isUbuntuApp()) {
|
||||
// Ubuntu specific configuration
|
||||
frame.setJMenuBar(FileBotMenuBar.createHelp()); // menu should be rendered via JAyatana on Ubuntu 15.04 and higher
|
||||
frame.setIconImages(ResourceManager.getApplicationIcons());
|
||||
frame.setJMenuBar(FileBotMenuBar.createHelp()); // menu should be rendered via JAyatana on Ubuntu 15.04 and higher
|
||||
} else {
|
||||
// Windows / Linux specific configuration
|
||||
frame.setIconImages(ResourceManager.getApplicationIcons());
|
||||
|
Loading…
Reference in New Issue
Block a user