🌜 Initial Dark Mode support

This commit is contained in:
2023-12-03 15:28:05 -05:00
parent 57b713aca1
commit 29e0772a10
9 changed files with 45 additions and 52 deletions

View File

@@ -23,6 +23,7 @@ export const useStore = create((set, get) => ({
airDCPPSocketConnected: value,
})),
airDCPPDownloadTick: {},
airDCPPTransfers: {},
// Socket.io state
socketIOInstance: {},