Skip to content

Commit

Permalink
Merge branch 'develop' into steam-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Mar 29, 2024
2 parents 5c870ec + 92d786a commit 3a04ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-core/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ async fn app_setup(app_handle: tauri::AppHandle) {
// Initialize mdns sidecar module
mdns_sidecar::init().await;
// Initialize Discord module
discord::init().await;
// discord::init().await;
// Setup start of minute cronjob
let mut cron = CronJob::new("CRON_MINUTE_START", on_cron_minute_start);
cron.seconds("0");
Expand Down

0 comments on commit 3a04ed6

Please sign in to comment.