Rename app to HSRename; use HSRename.png as icon; update build script and README
Made-with: Cursor
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ from .rule_widgets import (
|
||||
class MainWindow(QMainWindow):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setWindowTitle("Bulk Renamer")
|
||||
self.setWindowTitle("HSRename")
|
||||
self.resize(1000, 700)
|
||||
self._base_dir = ""
|
||||
self._file_names: list[str] = []
|
||||
|
||||
Reference in New Issue
Block a user