feat: Add an "About" dialog displaying application version and copyright information.

This commit is contained in:
2026-01-30 11:53:51 +08:00
parent 77e95c5e41
commit b6540c6778

View File

@@ -1439,6 +1439,12 @@ class BackupApp(QMainWindow):
except: pass
event.accept()
def show_about(self):
QMessageBox.about(self, "Tentang ProBackup XP",
"ProBackup XP Edition v1.0\n\n"
"Created for Legacy Systems.\n"
"Copyright 2026 Wartana.")
def check_auto_start_status(self):
"""Check if registry key exists for auto start"""
try: