Update index.ts

This commit is contained in:
Bruce MacDonald 2024-03-19 09:43:16 +01:00
parent 44c05abd22
commit f15312c52b

View File

@ -256,7 +256,7 @@ async function init() {
server()
if (store.get('first-time-run1') && isInstalled) {
if (store.get('first-time-run') && isInstalled) {
if (process.platform === 'darwin') {
app.dock.hide()
}