KonvergoWindow: strictly ignore forceFSScreen if it's empty
In theory, QScreen::name() could return an empty string. Then this could
would do something, even if the forceFSScreen setting is disabled.
Check it explicitly to avoid this. This also means the setting won't
work if a screen actually has an empty name, but such is life.