Fix Engine.app_dir and leftover Backend.pdb()
Use __file__ instead of sys.argv[0] to determine the current script's path, which works correctly when importing the package from another dir
This commit is contained in:
@@ -4,7 +4,6 @@ import "Banners"
|
||||
import "RoomEventList"
|
||||
|
||||
HColumnLayout {
|
||||
Component.onCompleted: Backend.pdb()
|
||||
property string userId: ""
|
||||
property string roomId: ""
|
||||
|
||||
|
Reference in New Issue
Block a user