change logout button based on background

This commit is contained in:
metacryst
2025-10-29 21:51:02 -05:00
parent eaa90703a1
commit 759ee54c32
3 changed files with 33 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ class AppWindow extends Shadow {
render() {
ZStack(() => {
console.log("happening")
switch(this.app) {
case "Forum":
Forum()