Skip to content

Commit

Permalink
Playtime: Set window title correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 9, 2023
1 parent 0a26185 commit 6944848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/src/infrastructure/ui/app/app_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ impl AppPanel {
}

fn open_internal(&self, window: Window) -> Result<()> {
window.set_text("Playtime");
let app_library = App::get_or_load_app_library()?;
let session_id = self
.session
Expand Down

0 comments on commit 6944848

Please sign in to comment.