mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Constify options in Linux screen locker monitor
That's possible now thanks to cppgir update
This commit is contained in:
parent
3eca5d206b
commit
2ea50f5c85
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue