From f679b2900a3a9f863f888cfb0b1a5e593628e37b Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Fri, 3 May 2013 15:18:28 +0200 Subject: MaxOSX: settings fixes (#2371) - Launch-At-Startup implementation for mac - Remove "Window" tab in settings Signed-off-by: Jonas Schnelli --- src/qt/bitcoin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qt/bitcoin.cpp') diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 25448ea8c..f869c5862 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -211,9 +211,12 @@ int main(int argc, char *argv[]) try { +#ifndef Q_OS_MAC // Regenerate startup link, to fix links to old versions + // OSX: makes no sense on mac and might also scan/mount external (and sleeping) volumes (can take up some secs) if (GUIUtil::GetStartOnSystemStartup()) GUIUtil::SetStartOnSystemStartup(true); +#endif boost::thread_group threadGroup; -- cgit v1.2.3