diff options
| author | winter Sparkles | 2026-07-03 23:35:36 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-07-03 23:37:02 +0100 |
| commit | f886997649e46a7ec1f92f4b662ab2e37948ba38 (patch) | |
| tree | 1ec87644e581c17fcefa2c336eb4532325e385e5 /app-text/plover2cat/files | |
| parent | 360d850003945b988c8b205242c3336ca6b0b8fc (diff) | |
add plover2cat and some other plugins
Diffstat (limited to 'app-text/plover2cat/files')
| -rw-r--r-- | app-text/plover2cat/files/plover2cat-4.1.0-fix-suggestionsource.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/plover2cat/files/plover2cat-4.1.0-fix-suggestionsource.patch b/app-text/plover2cat/files/plover2cat-4.1.0-fix-suggestionsource.patch new file mode 100644 index 0000000..bc42eca --- /dev/null +++ b/app-text/plover2cat/files/plover2cat-4.1.0-fix-suggestionsource.patch @@ -0,0 +1,11 @@ +--- a/plover_cat/PloverCATWindow.py 2026-07-03 23:18:59.692770816 +0100 ++++ b/plover_cat/PloverCATWindow.py 2026-07-03 23:19:20.384088952 +0100 +@@ -190,7 +190,7 @@ + window_pal.setColor(QPalette.Base, back_color) + self.setPalette(window_pal) + if settings.contains("suggestionsource"): +- self.suggest_source.setCurrentIndex(settings.value("suggestionsource")) ++ self.suggest_source.setCurrentIndex(int(settings.value("suggestionsource"))) + if settings.contains("recentfiles"): + self.recent_file_menu() + self.textEdit = None |
