Breaking translations temporarily to solve a bigger bug

This commit is contained in:
Lyes Saadi 2022-09-23 21:40:52 +02:00 committed by GitHub
parent 94a4eb495d
commit 8a3fa04bfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,12 +62,8 @@ class GradiencePresetWindow(Adw.Window):
custom_presets = {}
official_repositories = {
_(
"Official"
): "https://github.com/GradienceTeam/Community/raw/next/official.json",
_(
"Curated"
): "https://github.com/GradienceTeam/Community/raw/next/curated.json",
"Official": "https://github.com/GradienceTeam/Community/raw/next/official.json",
"Curated": "https://github.com/GradienceTeam/Community/raw/next/curated.json",
}
search_results_list = []