Skip to content

Commit

Permalink
Update borealis
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jan 12, 2025
1 parent ca1b802 commit 82d36a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions wiliwili/source/fragment/season_evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ SeasonEvaluate::SeasonEvaluate() {

return true;
});

#ifdef __PSV__
btnDouban->getParent()->setVisibility(brls::Visibility::GONE);
btnZhihu->setFocusable(false);
btnBaidu->setFocusable(false);
btnBing->setFocusable(false);
btnDouban->setFocusable(false);
btnClose->setFocusable(true);
#endif
}

void SeasonEvaluate::setKeyword(const std::string& value) { this->keyword = value; }
Expand Down

0 comments on commit 82d36a8

Please sign in to comment.