Skip to content

Commit

Permalink
feat(render): Enable harware acceleration by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kirek007 committed Jan 21, 2023
1 parent 653581c commit 4a7ba85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osd_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ def __init__(self, parent):

self.cbo_srt_fast.Value = True
self.cbo_srt.Value = True
self.cbo_use_hw.Value = True

self.cbo_srt.Bind(wx.EVT_CHECKBOX, self.chekboxClick)
self.cbo_hide_data.Bind(wx.EVT_CHECKBOX, self.chekboxClick)
self.cbo_use_hw.Bind(wx.EVT_CHECKBOX, self.chekboxClick)
Expand Down

0 comments on commit 4a7ba85

Please sign in to comment.