mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 02:13:41 +00:00
feature: Display version in Electron window title
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b2fa76d0dd
commit
ae13001f25
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ function createWindow() {
|
|||
minWidth: 1280, // Prevent layout from breaking into single-column mobile view
|
||||
minHeight: 800,
|
||||
autoHideMenuBar: true, // Hide the menu bar (can be toggled with Alt key)
|
||||
title: `Respira v${app.getVersion()}`,
|
||||
webPreferences: {
|
||||
preload: join(__dirname, 'preload.js'),
|
||||
nodeIntegration: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue