xlmnxp / blue-recorder

Simple Screen Recorder written in Rust based on Green Recorder
Other
498 stars 27 forks source link

Towards version 0.3.0 #71

Open ochibani opened 1 month ago

ochibani commented 1 month ago

The translation need more review.

ochibani commented 1 month ago
area_set_button.connect_clicked(move |_| {
    _area_capture
        .borrow_mut()
        .get_window_by_name(&gettext("Area Chooser"));

Forgot to replace this line.

ochibani commented 1 month ago
    _area_capture
        .borrow_mut()
        .get_window_by_name(_area_chooser_window.title().unwrap().as_str());

This should solve the issue.