Fix saving OSD pretty settings

This commit is contained in:
Jonas Kvinge
2020-06-05 23:46:07 +02:00
parent 9e959b189c
commit 8b7c5d8585
4 changed files with 28 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ class NotificationsSettingsPage : public SettingsPage {
void UpdatePopupVisible();
void PrettyOSDChanged();
private:
Ui_NotificationsSettingsPage *ui_;
OSDPretty *pretty_popup_;