mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 23:48:22 +01:00
fix default color file name in code default definition
This commit is contained in:
parent
d4c26d63f6
commit
3884cae064
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
UI_CONFIG_VARIABLE (std::string, icon_set, "icon-set", "default")
|
||||
UI_CONFIG_VARIABLE (std::string, ui_rc_file, "ui-rc-file", "clearlooks.rc")
|
||||
UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark-ardour")
|
||||
UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark")
|
||||
UI_CONFIG_VARIABLE (bool, flat_buttons, "flat-buttons", false)
|
||||
UI_CONFIG_VARIABLE (bool, blink_rec_arm, "blink-rec-arm", false)
|
||||
UI_CONFIG_VARIABLE (float, waveform_gradient_depth, "waveform-gradient-depth", 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue