Disable updater until we can debug more in release (#2908)

This commit is contained in:
Zane
2025-06-13 12:20:10 -07:00
committed by GitHub
parent fe16789776
commit e7d38c6023
6 changed files with 388 additions and 158 deletions
+1 -1
View File
@@ -1 +1 @@
export const UPDATES_ENABLED = true;
export const UPDATES_ENABLED = false;