mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix network issue
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
<application
|
<application
|
||||||
android:label="venera"
|
android:label="venera"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
|
@@ -95,7 +95,7 @@ class _Settings {
|
|||||||
'theme_mode': 'system', // light, dark, system
|
'theme_mode': 'system', // light, dark, system
|
||||||
'newFavoriteAddTo': 'end', // start, end
|
'newFavoriteAddTo': 'end', // start, end
|
||||||
'moveFavoriteAfterRead': 'none', // none, end, start
|
'moveFavoriteAfterRead': 'none', // none, end, start
|
||||||
'proxy': 'direct', // direct, system, proxy string
|
'proxy': 'system', // direct, system, proxy string
|
||||||
'explore_pages': [],
|
'explore_pages': [],
|
||||||
'categories': [],
|
'categories': [],
|
||||||
'favorites': [],
|
'favorites': [],
|
||||||
|
Reference in New Issue
Block a user