mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
feat: Set default boot behavior to CONTINUE_RECORDING
This commit is contained in:
parent
bd4af5f26a
commit
eeaeb52fb0
@ -19,7 +19,7 @@ data class AppSettings(
|
||||
val showAdvancedSettings: Boolean = false,
|
||||
val theme: Theme = Theme.SYSTEM,
|
||||
val lastRecording: RecordingInformation? = null,
|
||||
val bootBehavior: BootBehavior? = BootBehavior.START_RECORDING,
|
||||
val bootBehavior: BootBehavior? = BootBehavior.CONTINUE_RECORDING,
|
||||
) {
|
||||
fun setShowAdvancedSettings(showAdvancedSettings: Boolean): AppSettings {
|
||||
return copy(showAdvancedSettings = showAdvancedSettings)
|
||||
|
Loading…
x
Reference in New Issue
Block a user