Update name of bracket option in kate (#201)

This commit is contained in:
blitter 2024-06-13 10:53:55 +02:00 committed by GitHub
parent d982fe0063
commit b12a9715f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,7 +247,7 @@ in
};
"KTextEditor View" = {
"Chars To Enclose Selection" = cfg.editor.brackets.characters;
"User Sets Of Chars To Enclose Selection" = cfg.editor.brackets.characters;
"Bracket Match Preview" = cfg.editor.brackets.highlightMatching;
"Auto Brackets" = cfg.editor.brackets.automaticallyAddClosing;
};