Fix streamer mode button being always visible on Windows (#4690)
Fixes #4682
This commit is contained in:
@@ -197,6 +197,9 @@ void Window::addCustomTitlebarButtons()
|
||||
this->signalHolder_.managedConnect(getApp()->streamerModeChanged, [this]() {
|
||||
this->updateStreamerModeIcon();
|
||||
});
|
||||
|
||||
// Update initial state
|
||||
this->updateStreamerModeIcon();
|
||||
}
|
||||
|
||||
void Window::updateStreamerModeIcon()
|
||||
|
||||
Reference in New Issue
Block a user