Skip to content

Commit

Permalink
Fix default mappings again
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jun 26, 2023
1 parent d108732 commit 8bbc507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css_inject.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ async def remove(self) -> Result:
return Result(True)

DEFAULT_MAPPINGS = {
"desktop": ["^Steam.*", ".*Supernav"],
"desktop": ["Steam.*", ".*Supernav"],
"desktopchat": ["!friendsui-container"],
"desktoppopup": ["^OverlayBrowser_Browser", "^SP Overlay:.*", ".*Menu", "^notificationtoasts_.*", "^SteamBrowser_Find", "^OverlayTab\\d+_Find", "!ModalDialogPopup", "!FullModalOverlay"],
"desktoppopup": ["OverlayBrowser_Browser", "SP Overlay:.*", ".*Menu", "notificationtoasts_.*", "SteamBrowser_Find", "OverlayTab\\d+_Find", "!ModalDialogPopup", "!FullModalOverlay"],
"desktopoverlay": ["desktoppopup"],
"bigpicture": ["~Valve Steam Gamepad/default~"],
"bigpictureoverlay": ["QuickAccess", "MainMenu"],
Expand Down

0 comments on commit 8bbc507

Please sign in to comment.