mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Constify options in Linux screen locker monitor
That's possible now thanks to cppgir update
This commit is contained in:
@@ -101,7 +101,7 @@ void LinuxIntegration::init() {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
auto options = std::array{
|
const auto options = std::array{
|
||||||
GLib::Variant::new_dict_entry(
|
GLib::Variant::new_dict_entry(
|
||||||
GLib::Variant::new_string("handle_token"),
|
GLib::Variant::new_string("handle_token"),
|
||||||
GLib::Variant::new_variant(
|
GLib::Variant::new_variant(
|
||||||
|
Reference in New Issue
Block a user