Skip to content

Commit

Permalink
dashboard unconfirmed row icon
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Aug 28, 2019
1 parent 350b168 commit ab61f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/pivx/txrow.cpp
Expand Up @@ -83,6 +83,7 @@ void TxRow::setType(bool isLightTheme, TransactionRecord::Type type, bool isConf
}
if (!isConfirmed){
css = "text-list-amount-unconfirmed";
path += "-inactive";
setConfirmStatus(false);
}else{
setConfirmStatus(true);
Expand Down

0 comments on commit ab61f2a

Please sign in to comment.