Merge pull request #4010 from zhaowenlan1779/statusbar-retheme

qt_themes: add themed connected/disconnected icons for dark and fix status bar theme updating
This commit is contained in:
James Rowe 2018-07-30 10:35:42 -06:00 committed by GitHub
commit 7b46b7e29a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 0 deletions

View file

@ -448,6 +448,8 @@ void GMainWindow::ConnectWidgetEvents() {
connect(this, &GMainWindow::UpdateProgress, this, &GMainWindow::OnUpdateProgress);
connect(this, &GMainWindow::CIAInstallReport, this, &GMainWindow::OnCIAInstallReport);
connect(this, &GMainWindow::CIAInstallFinished, this, &GMainWindow::OnCIAInstallFinished);
connect(this, &GMainWindow::UpdateThemedIcons, multiplayer_state,
&MultiplayerState::UpdateThemedIcons);
}
void GMainWindow::ConnectMenuEvents() {