Skip to content

Commit

Permalink
fix(full-screen): comment out selector checks temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
daksh2k committed Mar 25, 2024
1 parent dbdbdb5 commit 98ae820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Extensions/full-screen/dist/fullScreen.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Extensions/full-screen/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Utils {
const topBar = document.querySelector(TOP_BAR_SELECTOR);

const entriesToVerify = {
"Top Bar Component": topBar,
"Extra Bar Component": extraBar,
// "Top Bar Component": topBar,
// "Extra Bar Component": extraBar,
"Spicetify CosmosAsync": Spicetify.CosmosAsync,
"Spicetify Mousetrap": Spicetify.Mousetrap,
"Spicetify Player": Spicetify.Player,
Expand Down

0 comments on commit 98ae820

Please sign in to comment.