EasyTier / EasyTier/easytier-manager
[BUG]窗口显示错误,通过恢复窗口状态能够修复
- Dominant language
- Vue
- Stars
- 278
- Forks
- 38
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 1
Description
### App 版本
3.0.6
### 内核版本
_No response_
### Windows版本和版本号
_No response_
### 问题描述
窗口非最大化的时候是这个状态。

最大化的时候正常,通过恢复窗口状态能够修复此问题。当此问题发生时,window-state.json内容为:
{
"main": {
"width": 0,
"height": 0,
"x": -9,
"y": -9,
"prev_x": -9,
"prev_y": -9,
"maximized": false,
"visible": true,
"decorated": true,
"fullscreen": false
}
}
[.window-state.json](https://github.com/user-attachments/files/19786433/default.window-state.json)
### 重现步骤
多次改变屏幕分辨率并打开easytier管理器
### 期待的正确结果
_No response_
### 相关日志输出
```shell
```
### 附加信息
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.