mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
first fixes
This commit is contained in:
parent
dc05a14f4c
commit
97f298452e
4 changed files with 3 additions and 8 deletions
|
|
@ -91,7 +91,7 @@ void SettingsCache::setCardInfoViewMode(const int _viewMode) {
|
|||
settings->setValue("cards/cardinfoviewmode", cardInfoViewMode);
|
||||
}
|
||||
|
||||
void SettingsCache::setHighlightWords(const QString _highlightWords) {
|
||||
void SettingsCache::setHighlightWords(const QString &_highlightWords) {
|
||||
// Words are seperated by a comma and you can not use spaces in words
|
||||
highlightWords = _highlightWords.simplified().replace(" ", "").split(",");
|
||||
settings->setValue("personal/highlightWords", highlightWords);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue