交互优化, 断网更新弹框删除,图标显示优化,待办任务bug修复

This commit is contained in:
liufei
2021-07-27 16:53:28 +08:00
parent 15a214aad0
commit 94f32fdb15
19 changed files with 916 additions and 253 deletions

View File

@@ -141,7 +141,8 @@ namespace GeekDesk.ViewModel
{
get
{
return imageWidth;
// 为了兼容旧版 暂时使用默认
return (int)MainWindowEnum.IMAGE_WIDTH;
}
set
{
@@ -154,7 +155,8 @@ namespace GeekDesk.ViewModel
{
get
{
return imageHeight;
// 为了兼容旧版 暂时使用默认
return (int)MainWindowEnum.IMAGE_HEIGHT;
}
set
{