mirror of
https://github.com/fmhy/dupe-checker.git
synced 2026-03-11 08:55:39 +00:00
Add unix support (Rust1667)
This commit is contained in:
parent
57fceb8073
commit
29fa909a7c
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ def dark_palette():
|
|||
if __name__ == "__main__":
|
||||
import sys
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
fonts_dir = resource_path('assets\\fonts')
|
||||
fonts_dir = resource_path('assets/fonts')
|
||||
for f in os.listdir(fonts_dir):
|
||||
QtGui.QFontDatabase.addApplicationFont(os.path.join(fonts_dir, f))
|
||||
MainWindow = QMainWindow()
|
||||
|
|
|
|||
Loading…
Reference in a new issue