Skip to content

Commit

Permalink
Fix can't disable pause when machine goes to sleep, #4917 (#4918)
Browse files Browse the repository at this point in the history
This commit will add to PrefGeneralViewController.xib the missing
binding from the "Pause when machine goes to sleep" checkbox to the
pauseWhenGoesToSleep user defaults value.
  • Loading branch information
low-batt committed May 22, 2024
1 parent e739250 commit a9a6004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iina/Base.lproj/PrefGeneralViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<binding destination="IBP-Mz-Maa" name="value" keyPath="values.pauseWhenGoesToSleep" id="Qeh-EF-RJX"/>
</connections>
</button>
</subviews>
<constraints>
Expand Down

0 comments on commit a9a6004

Please sign in to comment.