Merge remote-tracking branch 'origin/master'

This commit is contained in:
Hosted Weblate 2024-03-25 00:47:29 +01:00
commit 34af3a4b2f
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 0 additions and 1 deletions

View File

@ -429,7 +429,6 @@ object PluginManager {
**/
fun loadAllLocalPlugins(context: Context, forceReload: Boolean) {
val dir = File(LOCAL_PLUGINS_PATH)
removeKey(PLUGINS_KEY_LOCAL)
if (!dir.exists()) {
val res = dir.mkdirs()