aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global/LauncherPage.cpp
AgeCommit message (Collapse)Author
2022-05-19Refactor code, create abstract class `ExternalUpdater`Kenneth Chew
(Hopefully) this makes implementing updaters using external libraries easier on other platforms. To implement an updater on a new platform, create a new class that implements the pure virtual methods from `ExternalUpdater` and add code in the `UpdateChecker` initializer to initialize the new class.
2022-05-19Add functionality to (Sparkle) updater settings on macOSKenneth Chew
Also remove a debug line I accidentally left in
2022-04-25Remove old macOS data migration codeKenneth Chew
2022-04-17Disable instead of hide menu bar option on LinuxKenneth Chew
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-15Add option to always show menu bar instead of toolbarKenneth Chew
For those who like keyboard navigation at the expense of aesthetics.
2022-03-28Fixdada513
2022-03-27Inform user about possible issues when using a Portal as instance folderdada513
2022-03-20chore: add license headerSefa Eyeoglu
2022-03-20App: Retranslate all pages when the language is changedJamie Mansfield
2022-03-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-05fix: reorganize icon themesSefa Eyeoglu
Rename MultiMC to Legacy Simple (Colored) is now the first icon theme Custom is now the last icon theme, which also fixes a loading issue when Legacy was selected Fix loading of Legacy theme
2022-02-20remove notificationsswirl
2022-01-27Fix icons changing when exiting the settings windowJoshua Goins
2022-01-16Default to colored icons, update copyrightswirl
Closes: #74
2021-12-29Completely remove Google Analytics libraryswirl
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek