From 95287c003d4541978ebda06d8e676de677734011 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Thu, 1 Jun 2023 11:55:01 -0400 Subject: [PATCH] update: enable Tor by default on macOS It works now, should be on by default. --- src/disk.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/disk.rs b/src/disk.rs index 6d2b114..0ebbcb6 100644 --- a/src/disk.rs +++ b/src/disk.rs @@ -1088,10 +1088,7 @@ impl Default for Gupax { auto_xmrig: false, ask_before_quit: true, save_before_quit: true, - #[cfg(not(target_os = "macos"))] update_via_tor: true, - #[cfg(target_os = "macos")] // Arti library has issues on macOS - update_via_tor: false, p2pool_path: DEFAULT_P2POOL_PATH.to_string(), xmrig_path: DEFAULT_XMRIG_PATH.to_string(), absolute_p2pool_path: into_absolute_path(DEFAULT_P2POOL_PATH.to_string()).unwrap(),