removed custom settings

This commit is contained in:
stratuma 2024-05-24 03:13:12 +02:00
parent 5ce9ff89e9
commit 38d58a7dd7

View File

@ -74,11 +74,6 @@ function createWindow() {
// App events
// ==========
app.whenReady().then(async () => {
settings.configure({
dir: app.getPath('documents') + '/Crunchyroll Downloader/settings/',
atomicSave: process.platform !== 'win32'
})
startAPI()
const mainWindow = createWindow()