mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 08:13:52 +02:00
Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11
This commit is contained in:
@@ -262,6 +262,12 @@ Graphical User Interface (GUI)
|
||||
balance shown if the wallet was created using the `createwallet` RPC
|
||||
and the `disable_private_keys` parameter was set to true.
|
||||
|
||||
- The launch-on-startup option is no longer available on macOS if
|
||||
compiled with macosx min version greater than 10.11 (use
|
||||
CXXFLAGS="-mmacosx-version-min=10.11"
|
||||
CFLAGS="-mmacosx-version-min=10.11" for setting the deployment
|
||||
sdk version)
|
||||
|
||||
Low-level changes
|
||||
=================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user