spell check

This commit is contained in:
ochibani 2022-10-01 02:05:36 +02:00
parent 84cc6b35b8
commit 8092950cb6

View File

@ -92,7 +92,7 @@ pub fn build_ui(application: &Application) {
// Windows
main_window.set_title(Some(&gettext("Blue Recorder")));
main_window.set_application(Some(application));
area_chooser_window.set_title(Some(&gettext("Area Chooser"))); //title is hiden
area_chooser_window.set_title(Some(&gettext("Area Chooser"))); //title is hidden
//hide stop & play buttons
stop_button.hide();