Format code
This commit is contained in:
parent
669dd9168d
commit
f3650c10a9
3 changed files with 32 additions and 17 deletions
|
|
@ -8,9 +8,12 @@ QML_IMPORT_NAME = "Leek"
|
|||
QML_IMPORT_MAJOR_VERSION = 1
|
||||
|
||||
# TODO: Don't harcode the mods path
|
||||
GAME_PATH = Path("/home/toast/.local/share/Steam/steamapps/common/Hatsune Miku Project DIVA Mega Mix Plus/")
|
||||
GAME_PATH = Path(
|
||||
"/home/toast/.local/share/Steam/steamapps/common/Hatsune Miku Project DIVA Mega Mix Plus/"
|
||||
)
|
||||
MOD_PATH = Path(GAME_PATH, "mods")
|
||||
|
||||
|
||||
# Qt follows C++ naming conventions
|
||||
# ruff: noqa: N802
|
||||
@QmlElement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue