Skip to content

Commit

Permalink
win full pin btn always enable
Browse files Browse the repository at this point in the history
  • Loading branch information
xland committed Dec 31, 2024
1 parent 171c154 commit 8dced04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Win/WinFull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ void WinFull::showToolMain()
{
if (!toolMain) {
toolMain = new ToolMain(this);
toolMain->setBtnEnable(QString{ "pin" }, true);
}
toolMain->confirmPos();
toolMain->show();
Expand Down

0 comments on commit 8dced04

Please sign in to comment.