Skip to content

Commit 7caa293

Browse files
sumaclaude
andcommitted
Set window title to current document name
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9dc02f4 commit 7caa293

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/render.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3325,6 +3325,9 @@ impl Render for HexEditor {
33253325
.unwrap_or("Pheasant")
33263326
.to_string();
33273327

3328+
// Set window title to show current document name
3329+
window.set_window_title(&self.tab().display_name());
3330+
33283331
// Build render params for helper methods
33293332
let params = RenderParams {
33303333
font_name: font_name.clone(),

0 commit comments

Comments
 (0)