1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

Bump expected API back down, doesn't really matter

This commit is contained in:
bbedward
2025-10-17 08:17:16 -04:00
parent b21f6e80b3
commit 4db55e4d77
+1 -1
View File
@@ -14,7 +14,7 @@ Singleton {
property bool dmsAvailable: false property bool dmsAvailable: false
property var capabilities: [] property var capabilities: []
property int apiVersion: 0 property int apiVersion: 0
readonly property int expectedApiVersion: 5 readonly property int expectedApiVersion: 1
property var availablePlugins: [] property var availablePlugins: []
property var installedPlugins: [] property var installedPlugins: []
property bool isConnected: false property bool isConnected: false