GUI/Intro: Return actual prune setting from showIfNeeded

This commit is contained in:
Luke Dashjr
2020-04-20 14:42:52 +00:00
parent a47e596486
commit 62932cc686
4 changed files with 9 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ public:
* @note do NOT call global GetDataDir() before calling this function, this
* will cause the wrong path to be cached.
*/
static bool showIfNeeded(bool& did_show_intro, bool& prune);
static bool showIfNeeded(bool& did_show_intro, int64_t& prune_MiB);
Q_SIGNALS:
void requestCheck();