Skip to content
Commit 50b1acf4 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[Splash Screen KCM] Fix "no thumbnail" icon for "None"

In JavaScript undefined does not convert to empty string, so undefined != "" is always true.
The role isn't added to the QStandardItemModel for "None", so it is undefined (null QVariant) as far as QML is concerned.

Differential Revision: https://phabricator.kde.org/D13864
parent b93a3e36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment