Skip to content

Commit

Permalink
Use posix path also on windows for stylesheet
Browse files Browse the repository at this point in the history
Relates: #163
  • Loading branch information
ch-sa committed Aug 18, 2024
1 parent 0e49ce1 commit 4a5ea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelCloud/view/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, control: "Controller") -> None:
Path(__file__)
.resolve()
.parent.parent.joinpath("resources")
.joinpath("icons")
.joinpath("icons").as_posix()
)
)
)
Expand Down

0 comments on commit 4a5ea8e

Please sign in to comment.