Add "Tools" tab with chart issue scanner

This commit is contained in:
Geomitron
2024-12-22 18:35:43 -06:00
parent d2e40b7c24
commit a7113384e8
15 changed files with 866 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ import { dataPath, settingsPath, tempPath, themesPath } from '../../src-shared/P
import { defaultSettings, Settings } from '../../src-shared/Settings.js'
import { mainWindow } from '../main.js'
console.log(settingsPath)
export let settings = readSettings()
function readSettings() {