mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-04-21 12:12:38 +02:00
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user