Skip to content

Commit

Permalink
less notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 25, 2024
1 parent bd0fd7d commit cfbf237
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions functions/ToolScripts/emuDeckSaveSync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -812,9 +812,9 @@ function cloud_sync_lock($userPath){
}

Add-Content "$userFolder\EmuDeck\cloud.lock" "Locked" -NoNewline -Encoding UTF8
$toast = steamToast -MessageText "Uploading..."
Start-Sleep -Milliseconds 500
$toast.Close()
#$toast = steamToast -MessageText "Uploading..."
#Start-Sleep -Milliseconds 500
#$toast.Close()
#stopLog
}

Expand All @@ -824,9 +824,9 @@ function cloud_sync_unlock($userPath){
$userFolder = "$userPath"
}
Remove-Item "$userFolder\EmuDeck\cloud.lock" -Force -ErrorAction SilentlyContinue
$toast = steamToast -MessageText "Uploads completed!"
Start-Sleep -Milliseconds 500
$toast.Close()
#$toast = steamToast -MessageText "Uploads completed!"
#Start-Sleep -Milliseconds 500
#$toast.Close()
#stopLog
}

Expand Down

0 comments on commit cfbf237

Please sign in to comment.