Skip to content

Commit 7a14b07

Browse files
committed
Fixed credits in about_dialog.py
1 parent e4cfd17 commit 7a14b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/about_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _create_widgets(self):
6565

6666
info = tk.Label(
6767
main_frame,
68-
text="© 2026 droidmgr\nLicensed under GPL-3.0",
68+
text="© 2026 theonlyasdk\nLicensed under MPL 2.0",
6969
font=('Arial', 8),
7070
fg='gray'
7171
)

0 commit comments

Comments
 (0)