Skip to content

Commit ba3944f

Browse files
committed
Use pathfinder var in Start VM dialog
1 parent 0f691a6 commit ba3944f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- New VM dialog
2424
- Error dialog
2525
- Setting restart dialog
26+
- Start VM dialog
2627
- The delcache scripts have been updated to remove the cache from the services folder as well.
2728

2829
## Known issues

dialogExecution/startVirtualMachine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, parent=None):
7474
self.timeUsageTrigger()
7575

7676
try:
77-
self.setWindowIcon(QtGui.QIcon("EmuGUI.png"))
77+
self.setWindowIcon(QtGui.QIcon(f"{self.exec_folder}EmuGUI.png"))
7878

7979
except:
8080
pass

0 commit comments

Comments
 (0)