mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
ai enabler
This commit is contained in:
@@ -593,7 +593,7 @@ QSlider::tick:horizontal {
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string> EU Enabler</string>
|
||||
<string> Eligibility</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
@@ -2372,7 +2372,7 @@ QComboBox QAbstractItemView::item:hover {
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="setupOptionsLbl">
|
||||
<widget class="QLabel" name="eligibilityLbl">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>-1</pointsize>
|
||||
@@ -2380,16 +2380,25 @@ QComboBox QAbstractItemView::item:hover {
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EU Enabler</string>
|
||||
<string>Eligibility Tweaks</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="euEnablerEnabledChk">
|
||||
<property name="text">
|
||||
<string>Enabled</string>
|
||||
<spacer name="verticalSpacer_20">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::Fixed</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>16</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
@@ -2425,6 +2434,13 @@ QComboBox QAbstractItemView::item:hover {
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="euEnablerEnabledChk">
|
||||
<property name="text">
|
||||
<string>Enable EU Enabler</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QWidget" name="euEnablerPageContent" native="true">
|
||||
<property name="enabled">
|
||||
@@ -2518,6 +2534,72 @@ QComboBox QAbstractItemView::item:hover {
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Line" name="line_16">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<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="QCheckBox" name="enableAIChk">
|
||||
<property name="text">
|
||||
<string>Enable Apple Intelligence (for Unsupported Devices)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="languageLbl">
|
||||
<property name="text">
|
||||
<string>Language Code (not needed for English)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="languageTxt">
|
||||
<property name="placeholderText">
|
||||
<string>Language Code (i.e. en)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="aiInfoLabel">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>In order to download the AI model, you must spoof the device model. This will break Face ID until
|
||||
you revert.
|
||||
|
||||
Once the model has downloaded, disable "Spoof Device Model" and click the "Apply Tweaks"
|
||||
button on the "Apply" page again to fix Face ID.</string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::AutoText</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="spoofModelChk">
|
||||
<property name="text">
|
||||
<string>Spoof Device Model</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer_7">
|
||||
<property name="orientation">
|
||||
|
||||
Reference in New Issue
Block a user