StefanLobbenmeier / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable restore queue notification?

artquest opened this issue · comments

Is it possible to completely disable queue restoration notification when restarting the program? "Restore the queue after a restart" is already off.
Additionally here's my settings file:

{
    "outputFormat": "none",
    "audioOutputFormat": "none",
    "downloadPath": "D:\\Internet",
    "proxy": "",
    "rateLimit": "",
    "autoFillClipboard": true,
    "noPlaylist": false,
    "globalShortcut": false,
    "userAgent": "spoof",
    "validateCertificate": false,
    "enableEncoding": false,
    "taskList": false,
    "nameFormat": "%(title).200s.%(ext)s",
    "nameFormatMode": "%(title).200s.%(ext)s",
    "sizeMode": "click",
    "splitMode": "49",
    "maxConcurrent": 4,
    "retries": "10",
    "fileAccessRetries": "3",
    "defaultConcurrent": 4,
    "updateBinary": true,
    "downloadType": "video",
    "updateApplication": true,
    "statSend": false,
    "sponsorblockMark": "",
    "sponsorblockRemove": "",
    "sponsorblockApi": "https://sponsor.ajay.app",
    "downloadMetadata": true,
    "downloadJsonMetadata": false,
    "downloadThumbnail": false,
    "keepUnmerged": false,
    "avoidFailingToSaveDuplicateFileName": false,
    "calculateTotalSize": true,
    "theme": "dark",
    "version": "2.4.10"
}

I'm on Windows 10 x64. OVD 2.4.10.

Snap9