-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Labels
p2Priority 2 - MediumPriority 2 - Medium
Description
goose/ui/desktop/src/components/settings/app/AppSettingsSection.tsx
Lines 32 to 33 in 6b6b71f
| // Check if GOOSE_VERSION is set to determine if Updates section should be shown | |
| const shouldShowUpdates = !window.appConfig.get('GOOSE_VERSION'); |
goose/ui/desktop/src/utils/autoUpdater.ts
Line 46 in 6b6b71f
| ipcMain.handle('check-for-updates', async () => { |
One could set GOOSE_VERSION of a Canary build to the latest version to suppress the update notification in Settings → App, but the tray icon will still show that there's an update.
Metadata
Metadata
Assignees
Labels
p2Priority 2 - MediumPriority 2 - Medium