Skip to content

Commit

Permalink
feat: add config path to widget window title
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Nov 27, 2024
1 parent 72a9ac2 commit 49b77e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/widget_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ impl WidgetFactory {
widget_id.clone(),
webview_url,
)
.title("Zebar")
.title(format!("Zebar - {}", config_path.display()))
.focused(widget_config.focused)
.skip_taskbar(!widget_config.shown_in_taskbar)
.visible_on_all_workspaces(true)
Expand Down

0 comments on commit 49b77e9

Please sign in to comment.