1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* testing JAyatana

This commit is contained in:
Reinhard Pointner 2015-05-17 18:05:28 +00:00
parent 766c4bc4c8
commit b0995200a4

View File

@ -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());