feat: update copyright messages
This commit is contained in:
@@ -43,7 +43,7 @@ void settings_draw_about(Canvas& c, SettingsState* st) {
|
||||
mtk::draw_separator(c, x, y, c.w - 2 * x, theme);
|
||||
y += 12;
|
||||
|
||||
c.text(x, y, "Copyright (c) 2026 Daniel Hammer", theme.text_muted);
|
||||
c.text(x, y, "Copyright \xa9 2026 Montauk Operating System", theme.text_muted);
|
||||
}
|
||||
|
||||
} // namespace settings_app
|
||||
|
||||
Reference in New Issue
Block a user