mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 00:23:38 +01:00
Bitcoin-Qt: add testnet check and icon to intro dialog
This commit is contained in:
@@ -232,7 +232,7 @@ int main(int argc, char *argv[])
|
||||
PaymentServer* paymentServer = new PaymentServer(&app);
|
||||
|
||||
// User language is set up: pick a data directory
|
||||
Intro::pickDataDirectory();
|
||||
Intro::pickDataDirectory(TestNet());
|
||||
|
||||
// Install global event filter that makes sure that long tooltips can be word-wrapped
|
||||
app.installEventFilter(new GUIUtil::ToolTipToRichTextFilter(TOOLTIP_WRAP_THRESHOLD, &app));
|
||||
|
||||
Reference in New Issue
Block a user