fix(#7): Remove hard-coded waycast.db path #9

Merged
xbazzi merged 2 commits from db-path-fix into next 2026-07-02 01:50:57 +00:00
Collaborator

closes #7

closes #7
Author
Collaborator

@javif89 👀

@javif89 👀
xbazzi requested review from javif89 2026-07-02 01:41:26 +00:00
xbazzi self-assigned this 2026-07-02 01:41:33 +00:00
javif89 requested changes 2026-07-02 01:45:57 +00:00
Dismissed
javif89 left a comment

The .env file needs to be updated with the new database path. Otherwise looks good

The `.env` file needs to be updated with the new database path. Otherwise looks good
src/main.rs Outdated
@ -1,11 +1,14 @@
use clap::{Parser, Subcommand};
use glib::value::ToValue;
Owner

Please run cargo clippy to get rid of unused imports

Please run `cargo clippy` to get rid of unused imports
xbazzi marked this conversation as resolved
javif89 approved these changes 2026-07-02 01:50:28 +00:00
xbazzi merged commit 590519b616 into next 2026-07-02 01:50:57 +00:00
Sign in to join this conversation.
No description provided.