mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-17 08:06:59 +01:00
build: add global var for whether or not the gui is enabled
This commit is contained in:
@@ -113,6 +113,8 @@ static void handleRunawayException(std::exception *e)
|
||||
#ifndef BITCOIN_QT_TEST
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
fHaveGUI = true;
|
||||
|
||||
// Command-line options take precedence:
|
||||
ParseParameters(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user