gitbutler/src-tauri
Nikita Galaiko a47b0dda1f Add event_sender to App and update function signatures
Implemented the addition of an event_sender property to the App struct which is used by the start_watcher and init functions. Updated the new, init, and start_watcher functions to work with the new event_sender, and removed the now unnecessary events argument.

Changes:
- Added event_sender property to App struct.
- Added event_sender argument to new function.
- Removed events argument from init_project, init, and start_watcher functions.
- Updated start_watcher and init functions to use the new event_sender.
2023-05-10 13:21:57 +02:00
..
icons Added icons 2023-04-13 13:39:03 +02:00
src Add event_sender to App and update function signatures 2023-05-10 13:21:57 +02:00
.gitignore simple tauri example 2023-01-31 15:55:57 +01:00
build.rs simple tauri example 2023-01-31 15:55:57 +01:00
Cargo.lock Bump uuid from 1.3.1 to 1.3.2 in /src-tauri 2023-05-08 15:16:55 +02:00
Cargo.toml Bump uuid from 1.3.1 to 1.3.2 in /src-tauri 2023-05-08 15:16:55 +02:00
tauri.conf.json cmdk: add more help actions 2023-04-24 16:03:02 +02:00
tauri.conf.release.json better sentry setup 2023-04-21 16:10:06 +02:00