Skip to content

Commit

Permalink
fix: update srtting
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 26, 2024
1 parent 6e5d61c commit 35b5eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export function RecordingSettings({
monitorId: localSettings.monitorId,
audioDevices: localSettings.audioDevices,
usePiiRemoval: localSettings.usePiiRemoval,
restartInterval: localSettings.restartInterval,
};
console.log("Settings to update:", settingsToUpdate);
await updateSettings(settingsToUpdate);
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.1.65"
version = "0.1.66"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit 35b5eee

Please sign in to comment.