feat: add option to disable update checker #502
Reference in New Issue
Block a user
Delete Branch "feat/disable-update-checker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
UserProfile.tsx: Add "Disable Update Check" toggle in Settings tabDashboard.tsx: Skip version check if setting is enabledElectronVersionCheck.tsx: Skip startup update check if setting is enabledScreenshot
The new setting appears in: User Profile > Settings > Updates
Test plan
Fixes Termix-SSH/Support#410