refactor GameModeToggle's conf opt fetching

This commit is contained in:
end-4
2026-03-19 12:39:12 +01:00
parent 74ce3378d0
commit 7cf704d450
4 changed files with 90 additions and 10 deletions
@@ -0,0 +1,6 @@
import QtQuick
// QtObject that allows stuff to be freely declared inside
QtObject {
default property list<QtObject> data
}