Skip to content

Commit

Permalink
hide empty pairdrop overflow menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fm-sys committed Jul 30, 2024
1 parent 64f0305 commit 7c7c347
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/assets/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ try {
} catch (e) {
console.error(e);
}
try {
// remove pairdrop overflow menu
document.getElementById('expand').style.display = "none";
} catch (e) {
console.error(e);
}
try {
// other items
document.querySelector('.icon-button[href="#about"]').style.display = "none";
Expand Down

0 comments on commit 7c7c347

Please sign in to comment.