删除开发模式代码 增加更新日志
This commit is contained in:
@@ -100,7 +100,7 @@ namespace GeekDesk
|
||||
RegisterCreateToDoHotKey(true);
|
||||
|
||||
//注册自启动
|
||||
if (!appData.AppConfig.SelfStartUped && "GeekDesk".Equals(Constants.MY_NAME))
|
||||
if (!appData.AppConfig.SelfStartUped && !Constants.DEV)
|
||||
{
|
||||
RegisterUtil.SetSelfStarting(appData.AppConfig.SelfStartUp, Constants.MY_NAME);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user