pi-win-notify 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -231,7 +231,7 @@ function Show-Notify($data) {
231
231
  $btn.Add_Click({
232
232
  $popup.IsOpen = $false
233
233
  $win.Close()
234
- Write-Output ("MUTE:" + $this.Tag)
234
+ [Console]::WriteLine("MUTE:" + $this.Tag)
235
235
  }.GetNewClosure())
236
236
  $btn.Add_MouseEnter({ $this.Background = "#444" })
237
237
  $btn.Add_MouseLeave({ $this.Background = "Transparent" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-win-notify",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "description": "A Windows notification tool for pi — fast focus, response preview, elapsed time, mute, multi-language",
6
6
  "keywords": [