Skip to content

Commit

Permalink
Merge pull request #18 from samzong/sleep-manager
Browse files Browse the repository at this point in the history
make sleepmanager is enable when app startup
  • Loading branch information
samzong authored Dec 29, 2024
2 parents 60fed00 + 64fcb89 commit f2e83c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Managers/SleepManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import IOKit.pwr_mgt

class SleepManager: ObservableObject {
@Published var preventSleep = false {
@Published var preventSleep = true {
didSet {
updateSleepAssertion()
}
Expand Down

0 comments on commit f2e83c0

Please sign in to comment.