Skip to content

Commit 2ace899

Browse files
committed
Fix dependency for Search Functions
1 parent a739ec6 commit 2ace899

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<string name="novaconfig">New Settings Style</string>
4141
<string name="novaconfig_sum">Enable the new settings style, with profile photo on home screen toolbar</string>
4242
<string name="novofiltro">Search Functions</string>
43-
<string name="novofiltro_sum">Choose between Search Icon, Search Bar, or No Search</string>
43+
<string name="novofiltro_sum">Choose between Search Icon, Search Bar, or No Search (Enable Function for Disable Meta AI)</string>
4444
<string name="menuwicon">Menu Icons</string>
4545
<string name="menuwicon_sum">Add icons next to menu options across the app</string>
4646
<string name="freezelastseen">Freeze Last Seen</string>

app/src/main/res/xml/preference_general_homescreen.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
app:entries="@array/chatfilter_buttons"
7878
app:entryValues="@array/chatfilter_values"
7979
app:key="chatfilter"
80+
app:dependency="metaai"
8081
app:summary="@string/novofiltro_sum"
8182
app:title="@string/novofiltro" />
8283

0 commit comments

Comments
 (0)