mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: no selfupgrade in macos
git-svn-id: svn://ultimatepp.org/upp/trunk@12981 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
41910ae0d0
commit
d442105cf3
1 changed files with 2 additions and 0 deletions
|
|
@ -401,11 +401,13 @@ void Ide::Setup(Bar& menu)
|
|||
}
|
||||
});
|
||||
|
||||
#ifndef PLATFORM_COCOA
|
||||
const Workspace& wspc = IdeWorkspace();
|
||||
if(wspc[0] == "ide")
|
||||
for(int i = 0; i < wspc.GetCount(); i++)
|
||||
if(wspc[i] == "ide/Core")
|
||||
menu.Add("Upgrade TheIDE..", [=] { UpgradeTheIDE(); });
|
||||
#endif
|
||||
|
||||
if(menu.IsMenuBar())
|
||||
SetupMobilePlatforms(menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue