fix: clear desktop web cache on first version launch (#1184)

This commit is contained in:
Mo
2022-06-30 09:20:00 -05:00
committed by GitHub
parent 82d13b41ed
commit 7851e12e9e
21 changed files with 286 additions and 256 deletions

View File

@@ -1,6 +1,7 @@
import { Menu, Tray } from 'electron'
import path from 'path'
import { Store, StoreKeys } from './Store'
import { Store } from './Store/Store'
import { StoreKeys } from './Store/StoreKeys'
import { AppName, tray as str } from './Strings'
import { isLinux, isWindows } from './Types/Platforms'
import { isDev } from './Utils/Utils'