mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
First work on creating a icon color mode.
This commit is contained in:
@@ -65,7 +65,7 @@ SeerMatrixVisualizerWidget::SeerMatrixVisualizerWidget (QWidget* parent) : QWidg
|
||||
#endif
|
||||
|
||||
// Colorize icons for theme.
|
||||
Seer::colorizeAllIcons(this);
|
||||
Seer::colorizeAllIcons(this, Seer::iconColorMode());
|
||||
|
||||
// Restore window settings.
|
||||
readSettings();
|
||||
@@ -647,7 +647,7 @@ void SeerMatrixVisualizerWidget::handleDataChanged () {
|
||||
void SeerMatrixVisualizerWidget::handleThemeChanged () {
|
||||
|
||||
// Colorize icons for theme.
|
||||
Seer::colorizeAllIcons(this);
|
||||
Seer::colorizeAllIcons(this, Seer::iconColorMode());
|
||||
}
|
||||
|
||||
void SeerMatrixVisualizerWidget::writeSettings() {
|
||||
|
||||
Reference in New Issue
Block a user