feat: support ico format for tray icon (#911)
This commit is contained in:
committed by
GitHub
Unverified
parent
2074da05c8
commit
e014fdf3da
@@ -223,7 +223,7 @@ export async function exitApp() {
|
||||
|
||||
export async function copyIconFile(
|
||||
path: string,
|
||||
name: "common.png" | "sysproxy.png" | "tun.png"
|
||||
name: "common" | "sysproxy" | "tun"
|
||||
) {
|
||||
return invoke<void>("copy_icon_file", { path, name });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user