mirror of
https://github.com/Corewala/Buran
synced 2024-12-22 07:42:43 +00:00
Made local page default
This commit is contained in:
parent
3dee099dcf
commit
e4cc13bb03
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import android.app.Application
|
|||
class Buran: Application() {
|
||||
|
||||
companion object{
|
||||
const val DEFAULT_HOME_CAPSULE = "gemini://tlgs.one"
|
||||
const val DEFAULT_HOME_CAPSULE = ""
|
||||
const val DEFAULT_SEARCH_BASE = "gemini://tlgs.one/search?"
|
||||
|
||||
const val PREF_KEY_CLIENT_CERT_URI = "client_cert_uri"
|
||||
|
|
Loading…
Reference in a new issue