Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 8a3fa04

Browse files
authored
Breaking translations temporarily to solve a bigger bug
1 parent 94a4eb4 commit 8a3fa04

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

gradience/presets_manager_window.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,8 @@ class GradiencePresetWindow(Adw.Window):
6262
custom_presets = {}
6363

6464
official_repositories = {
65-
_(
66-
"Official"
67-
): "https://github.com/GradienceTeam/Community/raw/next/official.json",
68-
_(
69-
"Curated"
70-
): "https://github.com/GradienceTeam/Community/raw/next/curated.json",
65+
"Official": "https://github.com/GradienceTeam/Community/raw/next/official.json",
66+
"Curated": "https://github.com/GradienceTeam/Community/raw/next/curated.json",
7167
}
7268

7369
search_results_list = []

0 commit comments

Comments
 (0)