Skip to content

Commit

Permalink
Update bitcoin.cpp
Browse files Browse the repository at this point in the history
remove "stays on top" per user suggestion
  • Loading branch information
yacoin committed Sep 24, 2016
1 parent 866e29e commit e8c0447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/bitcoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ int main(int argc, char *argv[])
return 1;
}

// QSplashScreen splash(QPixmap(":/images/splash"), 0);
QSplashScreen splash(QPixmap(":/images/splash"), Qt::WindowStaysOnTopHint );
QSplashScreen splash(QPixmap(":/images/splash"), 0);
// QSplashScreen splash(QPixmap(":/images/splash"), Qt::WindowStaysOnTopHint );
if (GetBoolArg("-splash", true) && !GetBoolArg("-min"))
{
splash.show();
Expand Down

0 comments on commit e8c0447

Please sign in to comment.