Skip to content

Commit fe4b374

Browse files
committed
Added version to the config file for later use
1 parent b122509 commit fe4b374

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/helpers/configs/default_config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
module.exports = {
22

3+
// Version of the config file
4+
configFileVersion: "1.2",
5+
36
// The full path to your VLC executable
47
// If left blank, typical defaults are used
58
vlcPath: "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
6-
9+
710
debug : "false",
811

12+
913
console: {
1014
// Sets the "Presence Updated" text to off or on
1115
presencestate : false,

0 commit comments

Comments
 (0)