mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 03:57:50 +02:00
Fix naming of the preview repo
This commit is contained in:
@ -27,6 +27,6 @@ interface GithubService {
|
||||
@GET("/repos/jobobby04/tachiyomiSY/releases/latest")
|
||||
suspend fun getLatestVersion(): GithubRelease
|
||||
|
||||
@GET("/repos/jobobby04/TachiyomiSYPrieview/releases/latest")
|
||||
@GET("/repos/jobobby04/TachiyomiSYPreview/releases/latest")
|
||||
suspend fun getLatestDebugVersion(): GithubRelease
|
||||
}
|
||||
|
@ -193,7 +193,7 @@ class SettingsGeneralController : SettingsController() {
|
||||
switchPreference {
|
||||
key = Keys.eh_expandFilters
|
||||
title = "Expand all search filters by default"
|
||||
defaultValue = false
|
||||
defaultValue = false
|
||||
}
|
||||
|
||||
switchPreference {
|
||||
|
Reference in New Issue
Block a user