Fixes [stage]

This commit is contained in:
crschnick 2024-06-15 15:39:20 +00:00
parent 7b6d4d4dbf
commit f675650701
5 changed files with 4 additions and 4 deletions

View file

@ -51,6 +51,7 @@ public class BaseMode extends OperationMode {
LocalShell.init(); LocalShell.init();
AppShellCheck.check(); AppShellCheck.check();
XPipeDistributionType.init(); XPipeDistributionType.init();
AppPrefs.setLocalDefaultsIfNeeded();
// Initialize beacon server as we should be prepared for git askpass commands // Initialize beacon server as we should be prepared for git askpass commands
AppBeaconServer.init(); AppBeaconServer.init();
GitStorageHandler.getInstance().init(); GitStorageHandler.getInstance().init();

View file

@ -114,7 +114,6 @@ public abstract class OperationMode {
AppExtensionManager.init(true); AppExtensionManager.init(true);
AppI18n.init(); AppI18n.init();
AppPrefs.initLocal(); AppPrefs.initLocal();
AppPrefs.setLocalDefaultsIfNeeded();
AppBeaconServer.setupPort(); AppBeaconServer.setupPort();
TrackEvent.info("Finished initial setup"); TrackEvent.info("Finished initial setup");
} catch (Throwable ex) { } catch (Throwable ex) {

View file

@ -16,7 +16,7 @@ body.standalone {
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
margin: 0; margin: 0;
padding: 1em; padding: 1.5em;
color: #c9d1d9; color: #c9d1d9;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 14px; font-size: 14px;

View file

@ -16,7 +16,7 @@ body.standalone {
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
margin: 0; margin: 0;
padding: 1em; padding: 1.5em;
color: #24292f; color: #24292f;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 14px; font-size: 14px;

View file

@ -1 +1 @@
10.0-2 10.0-3