Proper handling of non existing project page
This commit is contained in:
parent
2317bd9b29
commit
c5386eccd5
|
@ -7,7 +7,10 @@ export enum State {
|
||||||
|
|
||||||
component ProjectWidget inherits Rectangle {
|
component ProjectWidget inherits Rectangle {
|
||||||
Text {
|
Text {
|
||||||
text: "!!Planschbecken!!";
|
text: "Projects not supported yet";
|
||||||
|
color: #FF0000;
|
||||||
|
font-size: 30pt;
|
||||||
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue