Minor corrections

This commit is contained in:
Luke D. Jones
2024-03-14 21:24:28 +13:00
parent e8627fde4c
commit 1b4d7a95af
4 changed files with 7 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ import { PageAppSettings, AppSettingsPageData } from "pages/app_settings.slint";
export { AppSize, AvailableSystemProperties, SystemPageData, AnimePageData, AppSettingsPageData }
export component MainWindow inherits Window {
title: "ROG Control";
default-font-family: "DejaVu Sans";
in property <[bool]> sidebar_items_avilable: [true, true, true, true, true, true];
private property <bool> show-notif;

View File

@@ -65,7 +65,7 @@ export component PageAppSettings inherits VerticalLayout {
}
Text {
text: "TODO";
text: "WIP: some features like notifications are not complete";
}
}
}