Add code_btn to send JSON manually

This commit is contained in:
ranfdev
2023-10-25 18:09:11 +02:00
parent 933247e564
commit 464cf0ba43
5 changed files with 123 additions and 13 deletions

View File

@ -133,7 +133,13 @@ template $NotifyWindow : Adw.ApplicationWindow {
margin-end: 8;
Adw.Clamp {
Gtk.Box {
spacing: 8;
spacing: 4;
Gtk.Button code_btn {
styles [
"circular"
]
icon-name: "code-symbolic";
}
Entry entry {
placeholder-text: "Message...";
hexpand: true;