mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-02 17:32:25 +08:00
Fix bugs about server address in widget.cpp
This commit is contained in:
parent
44edb08518
commit
3da25b0904
@ -286,7 +286,7 @@ void Widget::initConfig()
|
||||
}
|
||||
else
|
||||
{
|
||||
appinfoLoadThread.setServer(serverUrl = "https://d.store.deenos.org.cn/"); // 默认URL
|
||||
appinfoLoadThread.setServer(serverUrl = "https://d.store.deepinos.org.cn/"); // 默认URL
|
||||
}
|
||||
configCanSave = true; // 防止触发保存配置信号
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user