You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/profile.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,7 @@ type ScheduleBaseSection struct {
321
321
ScheduleIgnoreOnBattery maybe.Bool`mapstructure:"schedule-ignore-on-battery" show:"noshow" default:"false" description:"Don't start this schedule when running on battery"`
322
322
ScheduleIgnoreOnBatteryLessThanint`mapstructure:"schedule-ignore-on-battery-less-than" show:"noshow" default:"" examples:"20;33;50;75" description:"Don't start this schedule when running on battery and the state of charge is less than this percentage"`
323
323
ScheduleAfterNetworkOnline maybe.Bool`mapstructure:"schedule-after-network-online" show:"noshow" description:"Don't start this schedule when the network is offline (supported in \"systemd\")"`
324
+
ScheduleHideWindow maybe.Bool`mapstructure:"schedule-hide-window" show:"noshow" default:"false" description:"Hide schedule window when running in foreground (Windows only)"`
Copy file name to clipboardExpand all lines: config/schedule.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ type ScheduleBaseConfig struct {
46
46
IgnoreOnBatteryLessThanint`mapstructure:"ignore-on-battery-less-than" default:"" examples:"20;33;50;75" description:"Don't start this schedule when running on battery and the state of charge is less than this percentage"`
47
47
AfterNetworkOnline maybe.Bool`mapstructure:"after-network-online" description:"Don't start this schedule when the network is offline (supported in \"systemd\")"`
0 commit comments