Fix bugs about server address in widget.cpp

This commit is contained in:
忘记、过去 2021-06-13 14:30:31 +08:00
parent 44edb08518
commit 3da25b0904

View File

@ -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; // 防止触发保存配置信号