mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +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:
@@ -55,6 +55,13 @@ namespace BlackGui
|
||||
//! Navigator
|
||||
void buildNavigator(int columns);
|
||||
|
||||
//! Called when dialog is closed
|
||||
virtual void reject() override;
|
||||
|
||||
signals:
|
||||
//! Navigator closed
|
||||
void navigatorClosed();
|
||||
|
||||
public slots:
|
||||
//! Toggle frameless mode
|
||||
void toggleFrameless();
|
||||
|
||||
Reference in New Issue
Block a user