diff options
| -rw-r--r-- | src/executableslist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp index f592a2b7..0283a845 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -312,11 +312,11 @@ bool Executable::usesOwnIcon() const void Executable::mergeFrom(const Executable& other)
{
- // flags on plugin executables that the user is allowed to chnage
+ // flags on plugin executables that the user is allowed to change
const auto allow = ShowInToolbar;
- if (!isCustom() && !other.isCustom()) {
+ if (!other.isCustom()) {
// this happens when loading plugin executables in addFromPlugin(), replace
// everything in case the plugin has changed
|
