Skip to content
Snippets Groups Projects
Commit d3cb3bf1 authored by David Fairbrother's avatar David Fairbrother
Browse files

Re #28445 Create new tab names correctly on KDE

Creates new tab names correctly on non-GNOME enrionvments for Ubuntu.
KDE automatically binds keyboard shortcuts, which Qt represents with &x
(where x is the shortcut). This breaks the name lookup as &New != New in
"New Tab".

We now strip out these characters when looking up the names fixing the
names not incrementing correctly.
parent d90e135d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment