Add dedupeName to CreateAppOptions (#1783)

This commit is contained in:
Reynaldi Chernando
2025-10-25 15:09:25 -07:00
committed by GitHub
parent 1bfdab8825
commit e11182f817
+1
View File
@@ -146,6 +146,7 @@ interface CreateAppOptions {
icon?: string;
maximizeOnStart?: boolean;
filetypeAssociations?: string[];
dedupeName?: boolean;
}
interface GetAppOptions {