mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #429] [MERGED] Fix(快捷键隐藏后无法呼出问题)Feat增加单实例模式. #729
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#729
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/429
Author: @WuxuFanhua
Created: 7/22/2025
Status: ✅ Merged
Merged: 7/25/2025
Merged by: @codexu
Base:
dev← Head:fix_quick_key📝 Commits (2)
c2e225c点击通知栏图标显示/隐藏 app. 单实例模式.7b10ff6快捷键优化.增加对最小化,hide,没有焦点情况的处理📊 Changes
6 files changed (+114 additions, -27 deletions)
View changed files
📝
src-tauri/Cargo.toml(+1 -0)📝
src-tauri/capabilities/default.json(+1 -0)📝
src-tauri/capabilities/desktop.json(+1 -0)📝
src-tauri/src/main.rs(+43 -7)📝
src/lib/shortcut/quick-record-text.ts(+39 -10)📝
src/lib/shortcut/show-window.ts(+29 -10)📄 Description
快捷键优化.增加对最小化,hide情况的处理
增加 点击通知栏图标显示/隐藏 app.
单实例模式.(点击桌面图标,如果已经运行,则改至前台.)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.