We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f4a82 commit 438be39Copy full SHA for 438be39
1 file changed
server/src/gnome/prompter.rs
@@ -14,6 +14,7 @@ use crate::{
14
15
#[derive(Debug, Serialize, Deserialize, Type)]
16
#[zvariant(signature = "dict")]
17
+#[serde(rename_all = "kebab-case")]
18
// GcrPrompt properties <https://gitlab.gnome.org/GNOME/gcr/-/blob/main/gcr/gcr-prompt.c#L95>
19
// This would fail to serialize till <https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/169>
20
// is resolved.
0 commit comments