mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Merge branch 'disable-in-app-updater' into 'master'
Disable in-game updater for now See merge request core-developers/forge!5579
This commit is contained in:
@@ -96,8 +96,10 @@ public enum VSubmenuDownloaders implements IVSubmenu<CSubmenuDownloaders> {
|
|||||||
|
|
||||||
if (javaRecentEnough()) {
|
if (javaRecentEnough()) {
|
||||||
|
|
||||||
pnlContent.add(btnCheckForUpdates, constraintsBTN);
|
// With Blacksmith we would upload the releases and the /latest would redirect to the right URL
|
||||||
pnlContent.add(_makeLabel(localizer.getMessage("lblCheckForUpdates")), constraintsLBL);
|
// That currently doesn't happen so lets comment out this button for now
|
||||||
|
// pnlContent.add(btnCheckForUpdates, constraintsBTN);
|
||||||
|
// pnlContent.add(_makeLabel(localizer.getMessage("lblCheckForUpdates")), constraintsLBL);
|
||||||
|
|
||||||
pnlContent.add(btnDownloadPics, constraintsBTN);
|
pnlContent.add(btnDownloadPics, constraintsBTN);
|
||||||
pnlContent.add(_makeLabel(localizer.getMessage("lblDownloadPics")), constraintsLBL);
|
pnlContent.add(_makeLabel(localizer.getMessage("lblDownloadPics")), constraintsLBL);
|
||||||
|
|||||||
Reference in New Issue
Block a user