Skip to content

Commit

Permalink
Rename 'viewers{Dark,Light}' icons to 'chatters'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mm2PL committed Nov 20, 2023
1 parent 91452f7 commit 20279b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/widgets/splits/SplitHeader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -987,13 +987,13 @@ void SplitHeader::themeChangedEvent()
// --
if (this->theme->isLightTheme())
{
this->chattersButton_->setPixmap(getResources().buttons.viewersDark);
this->chattersButton_->setPixmap(getResources().buttons.chattersDark);
this->dropdownButton_->setPixmap(getResources().buttons.menuDark);
this->addButton_->setPixmap(getResources().buttons.addSplit);
}
else
{
this->chattersButton_->setPixmap(getResources().buttons.viewersLight);
this->chattersButton_->setPixmap(getResources().buttons.chattersLight);
this->dropdownButton_->setPixmap(getResources().buttons.menuLight);
this->addButton_->setPixmap(getResources().buttons.addSplitDark);
}
Expand Down

0 comments on commit 20279b3

Please sign in to comment.