fix: remove hardcoded text editor menu entry, add pass_home_dir flag for manifest.toml files

This commit is contained in:
2026-03-28 09:19:17 +01:00
parent 6106396b52
commit 27b0fef416
9 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -26,6 +26,7 @@ struct ExternalApp {
char category[24];
SvgIcon icon;
bool menu_visible;
bool launch_with_home;
};
struct DesktopSettings {
@@ -81,7 +82,6 @@ struct DesktopState {
SvgIcon icon_computer;
SvgIcon icon_network;
SvgIcon icon_calculator;
SvgIcon icon_texteditor;
SvgIcon icon_go_up;
SvgIcon icon_go_back;
SvgIcon icon_go_forward;