From ea76d28d2d304537c1090f1f680ebcee0205a91b Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Mon, 14 Aug 2023 11:28:28 +0200 Subject: [PATCH] bump --- flake.lock | 6 +++--- source/config.js | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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,