Skip to content

Commit

Permalink
Implement GUI machinery for poll expiry notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Nov 20, 2023
1 parent 8d05078 commit 040431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/voting/votingpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ PollTab& VotingPage::currentTab()

PollTab* VotingPage::getActiveTab()
{
return m_tabs[1];
return m_tabs[0];
}
void VotingPage::updateIcons(const QString& theme)
{
Expand Down

0 comments on commit 040431a

Please sign in to comment.