improve local-app

This commit is contained in:
Anton Bracke
2022-02-19 01:08:33 +01:00
parent 389c2e4844
commit 9301433fdf
18 changed files with 82 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import ElectronLog from "electron-log";
import Settings from "electron-settings";
import type { Server } from "./sidebar/types";
import type { Server } from "./preload-local-app/types";
type SettingsData = {
log_level: ElectronLog.LogLevel;