Show file name in the window title so you can see it when the window is minimized.
User Stories
As a writer I want the current file's name to appear as the window's title so that when the application is minimized I can see what file active from the taskbar.
As a writer I want the title to change when I change tabs so that the app's title stays in sync with the currently selected tab.
Comments
Final result should be: {FILE_NAME.EXT} - Livewire
Show file name in the window title so you can see it when the window is minimized.
User Stories
Comments
Final result should be: {FILE_NAME.EXT} - Livewire
The article When electron's window.setTitle keeps driving you crazy may come in handy for this.