diff --git a/flake.lock b/flake.lock index 7ee871208..fcd90965f 100644 --- a/flake.lock +++ b/flake.lock @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1671007632, - "narHash": "sha256-1uxNTBOa0SMypJKOWeUqrz2VfmwQ1hVgWckPdgDNip4=", + "lastModified": 1674487464, + "narHash": "sha256-Jgq50e4S4JVCYpWLqrabBzDp/1mfaxHCh8/OOorHTy0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b9a0cd40ede905f554399f3f165895dccfd35f3b", + "rev": "3954218cf613eba8e0dcefa9abe337d26bc48fd0", "type": "github" }, "original": { diff --git a/source/config.js b/source/config.js index 00d32c9c9..fadc03095 100644 --- a/source/config.js +++ b/source/config.js @@ -49,7 +49,8 @@ const defaultConfig = { maxConcurrentGitOperations: 4, // Launch a browser window with ungit when ungit is started - launchBrowser: true, + //launchBrowser: true, + launchBrowser: false, // Instead of launching ungit with the current folder force a different path to be used. Can be set to null to force the home screen. forcedLaunchPath: undefined,