refactor: Remove General Settings Debug menu and dead supporting code

This commit is contained in:
Matthias Urhahn
2026-05-07 15:41:57 +02:00
committed by Matthias Urhahn
parent 7d57845502
commit 4d3a9bc165
95 changed files with 220 additions and 1302 deletions
@@ -57,7 +57,7 @@ internal fun DashboardContent(showAap: Boolean = false) = PreviewWrapper {
now = MOCK_NOW,
permissions = emptySet(),
devices = devices,
isDebugMode = false,
isDebug = false,
isBluetoothEnabled = true,
profiles = listOf(
MockPodDataProvider.profile("My AirPods Pro", PodModel.AIRPODS_PRO2),