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();
AppShellCheck.check();
XPipeDistributionType.init();
AppPrefs.setLocalDefaultsIfNeeded();
// Initialize beacon server as we should be prepared for git askpass commands
AppBeaconServer.init();
GitStorageHandler.getInstance().init();

View file

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

View file

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

View file

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

View file

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