mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
GUI fixes
* added missing support for weather component in main info area * closing the navigator needs to display main window (otherwise no windows is visible)
This commit is contained in:
@@ -383,6 +383,11 @@ void SwiftGuiStd::ps_showNormal()
|
||||
this->showNormalModeChecked();
|
||||
}
|
||||
|
||||
void SwiftGuiStd::ps_navigatorClosed()
|
||||
{
|
||||
this->showNormal();
|
||||
}
|
||||
|
||||
void SwiftGuiStd::playNotifcationSound(CNotificationSounds::Notification notification) const
|
||||
{
|
||||
if (!this->m_contextAudioAvailable) { return; }
|
||||
|
||||
Reference in New Issue
Block a user