Skip to content

Commit 357fdf8

Browse files
authored
Addendum to 0b1c0b2
1 parent 0b1c0b2 commit 357fdf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[gameplay]/internetradio/config/CRadioConfig.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RADIO_TRACK_COLOR = tocolor(150, 50, 150, 255)
1010
RADIO_TRACK_BACKGROUND_COLOR = tocolor(0, 0, 0, 255)
1111

1212
RADIO_TOGGLE_KEY = "F3"
13-
RADIO_SHOW_ON_START = true
13+
RADIO_SHOW_ON_START = false
1414
RADIO_COMMANDS = {"sound", "music", "musica", "song", "radio", "speaker"}
1515
RADIO_SETTINGS_PATH = "settings.json"
1616

@@ -21,4 +21,4 @@ RADIO_SETTINGS_TEMPLATE = {
2121
["boolean"] = true,
2222
},
2323
},
24-
}
24+
}

0 commit comments

Comments
 (0)