mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
derp
This commit is contained in:
parent
afcf462627
commit
e8e12f902a
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ AppearanceSettingsPage::AppearanceSettingsPage()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
connect(pushButton, &QPushButton::clicked, this, [index, pushButton]() {
|
connect(pushButton, &QPushButton::clicked, this, [index, this]() {
|
||||||
auto &cardCounterSettings = SettingsCache::instance().cardCounters();
|
auto &cardCounterSettings = SettingsCache::instance().cardCounters();
|
||||||
|
|
||||||
auto newColor = QColorDialog::getColor(cardCounterSettings.color(index), this);
|
auto newColor = QColorDialog::getColor(cardCounterSettings.color(index), this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue