Proper handling of non existing project page

This commit is contained in:
2025-03-11 20:49:37 +01:00
parent 2317bd9b29
commit c5386eccd5

View File

@@ -7,7 +7,10 @@ export enum State {
component ProjectWidget inherits Rectangle {
Text {
text: "!!Planschbecken!!";
text: "Projects not supported yet";
color: #FF0000;
font-size: 30pt;
font-weight: 800;
}
}