Skip to content

Commit

Permalink
Revert "feat: make proxy button invisible instead of hidded"
Browse files Browse the repository at this point in the history
This reverts commit 58ef465.
  • Loading branch information
NextAlone committed Nov 2, 2024
1 parent 58ef465 commit ce98a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10036,7 10036,7 @@ private void updateProxyButton(boolean animated, boolean force) {
return;
}
if (Config.hideProxyEntryInTitle) {
proxyItem.setVisibility(View.INVISIBLE);
proxyItem.setVisibility(View.GONE);
return;
}
boolean showDownloads = false;
Expand Down

0 comments on commit ce98a45

Please sign in to comment.