mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 13:56:34 +02:00
committed by
metaprime
parent
977e11f0ae
commit
15a0c39a3b
@@ -247,7 +247,10 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
||||
}
|
||||
|
||||
private void createUI(Container pane) {
|
||||
setupTrayIcon();
|
||||
//If creating the tray icon fails, ignore it.
|
||||
try {
|
||||
setupTrayIcon();
|
||||
} catch (Exception e) { }
|
||||
|
||||
EmptyBorder emptyBorder = new EmptyBorder(5, 5, 5, 5);
|
||||
GridBagConstraints gbc = new GridBagConstraints();
|
||||
|
Reference in New Issue
Block a user