tauri-app: allow editing record-daemon settings
record-daemon / Build, check and test (push) Successful in 2m28s
record-daemon / Build, check and test (push) Successful in 2m28s
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
mod daemon_ipc;
|
||||
|
||||
use ffmpeg_sidecar::{
|
||||
command::{ffmpeg_is_installed, FfmpegCommand},
|
||||
download::auto_download,
|
||||
@@ -403,7 +405,17 @@ pub fn run() {
|
||||
export_clip_precise,
|
||||
check_ffmpeg,
|
||||
download_ffmpeg,
|
||||
get_video_metadata
|
||||
get_video_metadata,
|
||||
// Daemon IPC commands
|
||||
daemon_ipc::daemon_is_running,
|
||||
daemon_ipc::daemon_get_status,
|
||||
daemon_ipc::daemon_get_settings,
|
||||
daemon_ipc::daemon_update_settings,
|
||||
daemon_ipc::daemon_reset_settings,
|
||||
daemon_ipc::daemon_get_encoders,
|
||||
daemon_ipc::daemon_start_recording,
|
||||
daemon_ipc::daemon_stop_recording,
|
||||
daemon_ipc::daemon_shutdown,
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
||||
Reference in New Issue
Block a user