Style account switcher to match the current theme (#4817)

This commit is contained in:
nerix
2023-09-15 18:44:36 +02:00
committed by GitHub
parent 337b043bc3
commit 2d5f078306
3 changed files with 49 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ protected:
void focusOutEvent(QFocusEvent *event) final;
void paintEvent(QPaintEvent *event) override;
void themeChangedEvent() override;
private:
struct {
AccountSwitchWidget *accountSwitchWidget = nullptr;