Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion overlay_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def eventFilter(self, obj, event):

def _load_svg_symbols():
try:
import xml.etree.ElementTree as ET
import defusedxml.ElementTree as ET
# Resolve path to static/icons/lucide-sprite.svg
base_dir = os.path.dirname(os.path.abspath(__file__))
svg_path = os.path.join(base_dir, "static", "icons", "lucide-sprite.svg")
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pywebview
python-osc
zeroconf
PySide6
defusedxml
vrchat_oscquery @ git+https://github.com/theepicsnail/vrchat_oscquery@main
# streamlink
# 锁版本:不同 PyInstaller 版本的 bootloader 有不同的杀软误报情况,
Expand Down