diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-07-26 15:34:07 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-07-26 15:34:07 +0800 |
commit | 668732f0188d9f98ac63bae368d4ecbff4cf571c (patch) | |
tree | a8552e58524f65fdfd2c2d731e26a90a0fc8dfe8 /contents/ui/main.qml | |
parent | d1486dfb2e7f46940ac544276877ce21c7eef6dc (diff) |
Fetch and display announcement message
Diffstat (limited to 'contents/ui/main.qml')
-rw-r--r-- | contents/ui/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contents/ui/main.qml b/contents/ui/main.qml index 6fd20bc..0fb0b64 100644 --- a/contents/ui/main.qml +++ b/contents/ui/main.qml @@ -58,6 +58,7 @@ Item { type: "announcement" course: "CS101" title: "Code quality" + message: "Code may be a little messy…" url: "https://xkcd.com/1513" important: true finished: false |