We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14a33f commit c349216Copy full SHA for c349216
src/lib/configlib/addonmodel.cpp
@@ -373,6 +373,9 @@ void AddonProxyModel::setFilterText(const QString &text) {
373
}
374
375
void launchExternalConfig(const QString &uri, WId wid) {
376
+ if (uri.isEmpty()) {
377
+ return;
378
+ }
379
QFileInfo pathToWrapper(FCITX5_QT_GUI_WRAPPER);
380
QDir dirToWrapper = pathToWrapper.dir();
381
if (uri.startsWith("fcitx://config/addon/")) {
0 commit comments