Skip to content

Commit

Permalink
Fix: Wrong icon selected for window icon
Browse files Browse the repository at this point in the history
  • Loading branch information
R0land013 committed Apr 21, 2023
1 parent 57aaea7 commit eef4d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

app = ApplicationManager(
app_name='Blue Nauta',
window_icon_path=resource_path('favicon.ico'),
window_icon_path=resource_path('view/ui/assets/bluenauta.png'),
)
initial_intent = Intent(MainPresenter)
app.execute_app(initial_intent)

0 comments on commit eef4d69

Please sign in to comment.