Compare commits

..

No commits in common. "de17a95d259940290c16915fec5308c431808563" and "85ec295693102003b1fb529029777b9b930a8b85" have entirely different histories.

10 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,7 @@ Then use `Cargo` to build it:
git clone https://github.com/xlmnxp/blue-recorder
cd <Project Directory>
cargo build --release
cp -a data gui/interfaces locales target/release
cp -a data interfaces locales target/release
```
Then you will find the executable file at:
`<Project Directory>/target/release/blue-recorder`

View File

@ -649,8 +649,9 @@ fn build_ui(application: &Application, error_dialog: MessageDialog, error_messag
select_window_label.set_label(&get_bundle("click-window", None));
select_window.show();
let area_capture = _area_capture.clone();
let error_message = _error_message.clone();
let error_dialog = _error_dialog.clone();
let error_dialog = error_dialog.clone();
let _select_window = select_window.clone();
let window_title = _window_title.clone();
glib::timeout_add_local(1000, move || {
@ -753,7 +754,7 @@ fn build_ui(application: &Application, error_dialog: MessageDialog, error_messag
output_audio_process: None,
video_process: None,
audio_record_bitrate: audio_bitrate_spin,
record_delay: delay_spin.clone(),
record_delay: delay_spin,
record_frames: frames_spin,
video_record_bitrate: video_bitrate_spin,
follow_mouse: follow_mouse_switch,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB