Hide Download Desktop app button

This commit is contained in:
Vendicated
2023-04-05 05:31:44 +02:00
parent cf23b6d028
commit d9f2b15e84
5 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
export const GET_VENCORD_PRELOAD_FILE = "VCD_GET_VC_PRELOAD_FILE";
export const GET_RENDERER_SCRIPT = "VCD_GET_RENDERER_SCRIPT";
export const GET_RENDERER_STYLES = "VCD_GET_RENDERER_STYLES";
export const RELAUNCH = "VCD_RELAUNCH";
export const FOCUS = "VC_FOCUS";
export const SHOW_ITEM_IN_FOLDER = "VCD_SHOW_ITEM_IN_FOLDER";
export const GET_SETTINGS = "VCD_GET_SETTINGS";
export const SET_SETTINGS = "VCD_SET_SETTINGS";
export const FOCUS = "VC_FOCUS";