mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 08:29:07 +00:00
v1.1
This commit is contained in:
@@ -25,7 +25,7 @@ struct SentinelSettingsTab: View {
|
||||
Spacer()
|
||||
Toggle(isOn: $sentinel, label: {
|
||||
})
|
||||
.toggleStyle(.switch)
|
||||
.toggleStyle(SentinelToggleStyle())
|
||||
.onChange(of: sentinel) { newValue in
|
||||
if newValue {
|
||||
launchctl(load: true)
|
||||
@@ -45,7 +45,7 @@ struct SentinelSettingsTab: View {
|
||||
|
||||
}
|
||||
.padding(20)
|
||||
.frame(width: 400, height: 100)
|
||||
.frame(width: 450, height: 100)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user