Skip to content

mainWindow: set a default title for zero sounds recorded

Christopher Davis requested to merge wip/christopherdavis/set-window-title into master

Previously we set the window's title to "" when there were no sounds recorded. On some desktops, this caused an issue where sound recorder was labeled "Untitled Window".

Now Sound Recorder sets the title to "No Recorded Sounds".

Fixes https://gitlab.gnome.org/GNOME/gnome-sound-recorder/issues/34

Merge request reports