交互优化, 断网更新弹框删除,图标显示优化,待办任务bug修复
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user