fix: Fixed missing space between update and media player, b=closes #11592, c=scripts, common, tabs, workspaces

This commit is contained in:
mr. m
2025-12-12 19:54:15 +01:00
parent 6a218d109a
commit f1c6c1b321
6 changed files with 34 additions and 26 deletions

View File

@@ -5,6 +5,7 @@
import json
from typing import Any
class JSONWithCommentsDecoder(json.JSONDecoder):
def __init__(self, **kw):
super().__init__(**kw)