[desktop] change id to app.comaps.comaps

apparently app.comaps.qt is no good either. this one is confirmed fine

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-08-10 14:29:24 +01:00
parent c3d0689d8a
commit 1e358375c6
8 changed files with 16 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ static location::TLocationSource qStringToTLocationSource(QString const & source
QtLocationService::QtLocationService(location::LocationObserver & observer, std::string const & sourceName) : LocationService(observer)
{
QVariantMap params;
params["desktopId"] = "app.comaps.qt";
params["desktopId"] = "app.comaps.comaps";
m_positionSource = QGeoPositionInfoSource::createSource(QString::fromStdString(sourceName), params, this);
if (!m_positionSource)