Skip to content

Commit

Permalink
feat: make proxy button invisible instead of hidded
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <[email protected]>
  • Loading branch information
NextAlone committed Nov 2, 2024
1 parent 8e4d2b2 commit 58ef465
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.GONE);
proxyItem.setVisibility(View.INVISIBLE);
return;
}
boolean showDownloads = false;
Expand Down

0 comments on commit 58ef465

Please sign in to comment.