Skip to content

Commit

Permalink
fix: too high window
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 1, 2024
1 parent 13dcd76 commit 5e7a45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
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.6"
version = "0.1.7"
description = ""
authors = ["you"]
license = ""
Expand Down
8 changes: 3 additions & 5 deletions screenpipe-server/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,9 @@ pub async fn health_check(State(state): State<Arc<AppState>>) -> JsonResponse<He
format!("Some systems are not functioning properly. Frame status: {}, Audio status: {}", frame_status, audio_status),
Some("If you're experiencing issues, please try the following steps:\n\
1. Restart the application.\n\
2. If using a desktop app, reset your Screenpipe OS permissions.\n\
3. Check your system's audio and video input devices.\n\
4. Ensure you have granted necessary permissions to the application.\n\
5. If the problem persists, please contact support with the details of this health check at [email protected].\n\
6. Last, here are some FAQ to help you troubleshoot: https://github.com/louis030195/screen-pipe/blob/main/content/docs/NOTES.md".to_string())
2. If using a desktop app, reset your Screenpipe OS audio/screen recording permissions.\n\
3. If the problem persists, please contact support with the details of this health check at [email protected].\n\
4. Last, here are some FAQ to help you troubleshoot: https://github.com/louis030195/screen-pipe/blob/main/content/docs/NOTES.md".to_string())
)
};

Expand Down

0 comments on commit 5e7a45a

Please sign in to comment.