add option to use the foreground for ca videos

This commit is contained in:
leminlimez
2025-03-31 14:29:36 -04:00
parent 9810fd6eaf
commit c88d80f3df
6 changed files with 74 additions and 41 deletions

View File

@@ -4148,7 +4148,7 @@ To work properly, also disable the daemon using the toggle above.</string>
<number>0</number>
</property>
<property name="bottomMargin">
<number>9</number>
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="toolButton_10">
@@ -4270,21 +4270,6 @@ To work properly, also disable the daemon using the toggle above.</string>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="line_12">
<property name="styleSheet">
<string notr="true">QFrame {
color: #414141;
}</string>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="pbPagePicker" native="true">
<property name="sizePolicy">
@@ -4402,6 +4387,21 @@ To work properly, also disable the daemon using the toggle above.</string>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="line_12">
<property name="styleSheet">
<string notr="true">QFrame {
color: #414141;
}</string>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="pbActionLbl">
<property name="text">
@@ -4590,6 +4590,13 @@ Will show up in Collections</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="useForegroundChk">
<property name="text">
<string>Make Foreground (hides clock)</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_30">
<item>