mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-31 22:02:58 -06:00
ide: UppHub fix
git-svn-id: svn://ultimatepp.org/upp/trunk@15780 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
461aa5aab3
commit
52a612155f
1 changed files with 2 additions and 1 deletions
|
|
@ -241,8 +241,9 @@ void UppHubDlg::Load()
|
|||
|
||||
String url = Nvl(LoadFile(ConfigFile("upphub_root")),
|
||||
(String)"https://raw.githubusercontent.com/ultimatepp/UppHub/main/nests.json");
|
||||
|
||||
if(settings.seturl)
|
||||
url = ~settings.url,
|
||||
url = ~settings.url;
|
||||
|
||||
Load(0, url);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue