fix: zoom level (#202)

This commit is contained in:
lencx
2023-01-25 19:09:22 +08:00
parent ca171b7c1b
commit 0c68599d35
3 changed files with 106 additions and 24 deletions

View File

@@ -6,6 +6,12 @@ Fix:
- Program exception when `Awesome` data is empty (https://github.com/lencx/ChatGPT/issues/248)
Feat:
- New shortcut key to change zoom level (30% - 200%), `+` or `-` 10% each time, `0` will be reset to 100% (https://github.com/lencx/ChatGPT/issues/202)
- Windows: `Ctrl +`, `Ctrl -`, `Ctrl 0`
- MacOS: `Cmd +`, `Cmd -`, `Cmd 0`
## v0.10.0
Fix: