mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-24 01:24:07 +03:00
spell check
This commit is contained in:
parent
84cc6b35b8
commit
8092950cb6
@ -92,7 +92,7 @@ pub fn build_ui(application: &Application) {
|
|||||||
// Windows
|
// Windows
|
||||||
main_window.set_title(Some(&gettext("Blue Recorder")));
|
main_window.set_title(Some(&gettext("Blue Recorder")));
|
||||||
main_window.set_application(Some(application));
|
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
|
//hide stop & play buttons
|
||||||
stop_button.hide();
|
stop_button.hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user