feat: Support Disable Tray Click Event (#38)

#21
This commit is contained in:
Pylogmon
2023-11-30 22:45:02 +08:00
committed by GitHub
parent 0759e17295
commit 5425872bba
2 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ const SettingVerge = ({ onError }: Props) => {
<MenuItem value="main_window">{t("Show Main Window")}</MenuItem>
<MenuItem value="system_proxy">{t("System Proxy")}</MenuItem>
<MenuItem value="tun_mode">{t("Tun Mode")}</MenuItem>
<MenuItem value="disable">{t("Disable")}</MenuItem>
</Select>
</GuardState>
</SettingItem>