We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b122509 commit fe4b374Copy full SHA for fe4b374
src/helpers/configs/default_config.js
@@ -1,11 +1,15 @@
1
module.exports = {
2
3
+ // Version of the config file
4
+ configFileVersion: "1.2",
5
+
6
// The full path to your VLC executable
7
// If left blank, typical defaults are used
8
vlcPath: "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
-
9
10
debug : "false",
11
12
13
console: {
14
// Sets the "Presence Updated" text to off or on
15
presencestate : false,
0 commit comments