initial commit

This commit is contained in:
i2p
2026-08-27 11:21:43 -06:00
parent 9740b1d71c
commit 9b7f95846b
9 changed files with 13 additions and 77 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ class MainWindow(QMainWindow):
def __init__(self):
super().__init__()
self.setWindowIcon(QIcon("./logos/sk_logo.png"))
self.setWindowTitle("SK Builder")
self.setWindowTitle("Hunter Stealer")
self.setGeometry(100, 50, 1100, 620)
self.setStyleSheet(MAIN_STYLE)
@@ -76,7 +76,7 @@ class MainWindow(QMainWindow):
icon_label = QLabel("😈")
icon_label.setStyleSheet("color: #ff4444; font-size: 16px;")
title = QLabel("SK Builder")
title = QLabel("Hunter Stealer")
title.setFont(QFont("Segoe UI", 10, QFont.Bold))
title.setStyleSheet("color: #e0e0e0;")