feat: features overlay

- rename debug section to settings
This commit is contained in:
rhunk
2023-09-22 00:52:56 +02:00
parent f2e49e93fb
commit 258b10fd72
16 changed files with 800 additions and 187 deletions

View File

@ -25,6 +25,7 @@ import me.rhunk.snapenhance.download.DownloadTaskManager
import me.rhunk.snapenhance.messaging.ModDatabase
import me.rhunk.snapenhance.messaging.StreaksReminder
import me.rhunk.snapenhance.scripting.RemoteScriptManager
import me.rhunk.snapenhance.ui.overlay.SettingsOverlay
import me.rhunk.snapenhance.ui.manager.MainActivity
import me.rhunk.snapenhance.ui.manager.data.InstallationSummary
import me.rhunk.snapenhance.ui.manager.data.ModInfo
@ -56,6 +57,7 @@ class RemoteSideContext(
val streaksReminder = StreaksReminder(this)
val log = LogManager(this)
val scriptManager = RemoteScriptManager(this)
val settingsOverlay = SettingsOverlay(this)
//used to load bitmoji selfies and download previews
val imageLoader by lazy {