no message
This commit is contained in:
@@ -163,8 +163,10 @@ public class Global {
|
||||
}
|
||||
System.exit(0);
|
||||
}
|
||||
//todo запихнуть в ComponentsSet
|
||||
public static void RefreshUpdatesStatus() {
|
||||
Components.RefreshUI();
|
||||
if (Components.getUI() != null)
|
||||
Components.getUI().Refresh();
|
||||
ValidateComponentsStates();
|
||||
if (mainModule.getUI().hasMainWindow())
|
||||
mainModule.getUI().getMainWindow().ShowUpdatesIcon();
|
||||
|
||||
Reference in New Issue
Block a user