Skip to content

Commit

Permalink
const
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Feb 4, 2022
1 parent 03e1408 commit d318988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreservices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ void CoreServices::initialize(QApplication* pApp) {
bool persist;
bool defaultValue;
};
std::vector<UIControlConfig> uiControls = {
const std::vector<UIControlConfig> uiControls = {
{ConfigKey("[Master]", "skin_settings"), false, false},
{ConfigKey("[Microphone]", "show_microphone"), true, true},
{ConfigKey(VINYL_PREF_KEY, "show_vinylcontrol"), true, false},
Expand Down

2 comments on commit d318988

@Holzhaus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ywwg I know we said we don't want to review commit messages, but can be make them a bit more descriptive in the future? ;-)

@ywwg
Copy link
Member Author

@ywwg ywwg commented on d318988 Feb 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha lol I might have meant that to be squashed and forgot, sorry

Please sign in to comment.