feat: hotkey system proxy

This commit is contained in:
arm64v8a
2022-12-04 16:24:39 +09:00
parent 9c0816c71a
commit 348ccf097f
6 changed files with 46 additions and 23 deletions

View File

@@ -126,6 +126,7 @@ namespace NekoRay {
QString hotkey_mainwindow = "";
QString hotkey_group = "";
QString hotkey_route = "";
QString hotkey_system_proxy_menu = "";
// Other Core
ExtraCore *extraCore = new ExtraCore;