Skip to content

Commit

Permalink
Fix can't disable pause when machine goes to sleep, iina#4917
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 authored and svobs committed May 6, 2024
1 parent dc773d7 commit 243d4d6
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 @@ -689,6 +689,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="Rtw-po-iWa"/>
</connections>
</button>
</subviews>
<edgeInsets key="edgeInsets" left="16" right="16" top="12" bottom="12"/>
Expand Down

0 comments on commit 243d4d6

Please sign in to comment.