You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
所以出现
Exception in thread "main" java.lang.NoSuchMethodError: 'void com.apple.eawt.Application.setEnabledAboutMenu(boolean)'
at com.fangxuele.tool.push.ui.frame.MainFrame.init(MainFrame.java:59)
at com.fangxuele.tool.push.App.main(App.java:39)
// Mac系统Dock图标
if (SystemUtil.isMacOs()) {
Application application = Application.getApplication();
application.setDockIconImage(UiConsts.IMAGE_LOGO_1024);
if (!SystemUtil.isMacM1()) {
application.setEnabledAboutMenu(false);
application.setEnabledPreferencesMenu(false);
}
No description provided.
The text was updated successfully, but these errors were encountered: