mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Added Auddio API key setting to advanced settings panel.
This commit is contained in:
parent
3e0d508c10
commit
d1b101e6dc
@ -114,6 +114,7 @@ static inline std::shared_ptr<ISchema> AdvancedSettingsSchema() {
|
||||
schema->AddBool(cube::prefs::keys::DisableRatingColumn, false);
|
||||
schema->AddString(cube::prefs::keys::RatingPositiveChar, kFilledStar.c_str());
|
||||
schema->AddString(cube::prefs::keys::RatingNegativeChar, kEmptyStar.c_str());
|
||||
schema->AddString(core::prefs::keys::AuddioApiToken, "");
|
||||
return schema;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user