diff --git a/qml/articles/1.Introduction.md b/qml/articles/1.Introduction.md index 0c114eb..61ce717 100644 --- a/qml/articles/1.Introduction.md +++ b/qml/articles/1.Introduction.md @@ -32,9 +32,7 @@ extensions. * The button created with `FalkonAction` always requires to have `popup` property present or it will not work properly (e.g. icon will be missing from the button, maybe more). -* The Graphical User Interface created by QML extensions is not styled -according to system color settings and looks awkward on my machine. -* The extennsion settings window cannot be closed from within QML code +* The extension settings window cannot be closed from within QML code (e.g. by pressing a "Cancel" button). * At the moment Enums in QML are a bit unintuitive and even partialy broken (not present at all while they should). I will try to revise and