mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Avoid using const_string for constant consumed by std::string
This commit is contained in:
@@ -114,8 +114,8 @@ LinuxIntegration::LinuxIntegration()
|
||||
XdpInhibit::InhibitProxy::new_for_bus_sync(
|
||||
Gio::BusType::SESSION_,
|
||||
Gio::DBusProxyFlags::DO_NOT_AUTO_START_AT_CONSTRUCTION_,
|
||||
std::string(base::Platform::XDP::kService),
|
||||
std::string(base::Platform::XDP::kObjectPath),
|
||||
base::Platform::XDP::kService,
|
||||
base::Platform::XDP::kObjectPath,
|
||||
nullptr))
|
||||
, _darkModeWatcher([](
|
||||
const Glib::ustring &group,
|
||||
|
Reference in New Issue
Block a user