Compare commits
5 Commits
85ec295693
...
de17a95d25
Author | SHA1 | Date | |
---|---|---|---|
|
de17a95d25 | ||
|
992a1aef40 | ||
|
e29bb99103 | ||
|
41e304ba8b | ||
|
61bf115f38 |
@ -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 interfaces locales target/release
|
||||
cp -a data gui/interfaces locales target/release
|
||||
```
|
||||
Then you will find the executable file at:
|
||||
`<Project Directory>/target/release/blue-recorder`
|
||||
|
@ -649,9 +649,8 @@ 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 || {
|
||||
@ -754,7 +753,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,
|
||||
record_delay: delay_spin.clone(),
|
||||
record_frames: frames_spin,
|
||||
video_record_bitrate: video_bitrate_spin,
|
||||
follow_mouse: follow_mouse_switch,
|
||||
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 49 KiB |
BIN
screenshots/screenshot7.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
screenshots/screenshot8.png
Normal file
After Width: | Height: | Size: 7.5 KiB |