Proper handling of non existing project page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user