From 3521f777e9a236257e0b13675cc478ae414bfe78 Mon Sep 17 00:00:00 2001 From: jknapp Date: Sat, 3 Jan 2026 19:00:32 -0800 Subject: [PATCH] Fix author name capitalization to ShadowDao MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- gui/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/main_window.py b/gui/main_window.py index f64ceab..4cb1ce7 100644 --- a/gui/main_window.py +++ b/gui/main_window.py @@ -548,7 +548,7 @@ class MainWindow(QMainWindow): f"

MacroPad Server v{VERSION}

" "

A cross-platform macro management application
" "with desktop and web interfaces.

" - "

Author: ShadowDAO

" + "

Author: ShadowDao

" "

Updates: shadowdao.com

" "

Donate: Liberapay

" )