mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
- Multiple fixes and CI setup
This commit is contained in:
@@ -228,7 +228,7 @@ struct OperationsLoggingControlView: View {
|
||||
CustomToggle("1. Anisette Internal Logging", isOn: Binding(
|
||||
// enable anisette internal logging by default since it was already printing before
|
||||
get: { OperationsLoggingControl.getUpdatedFromDatabase(
|
||||
for: ANISETTE_VERBOSITY.self, defaultVal: true
|
||||
for: ANISETTE_VERBOSITY.self, defaultVal: false
|
||||
)},
|
||||
set: { value in
|
||||
self.viewModel.updateDatabase(for: ANISETTE_VERBOSITY.self, value: value)
|
||||
|
||||
Reference in New Issue
Block a user