WIP
All checks were successful
PostmarketOS Build / Prepare (push) Successful in 8s
PostmarketOS Build / Build for aarch64 (push) Successful in 40s
PostmarketOS Build / Build for x86_64 (push) Successful in 14s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-22 01:35:40 +03:00
parent 645b53f71e
commit eca4ad7672
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -27,7 +27,7 @@ class Singularity.SingBox : Object {
construct { construct {
outbound_selection = new Gtk.SingleSelection (outbound_store); outbound_selection = new Gtk.SingleSelection (outbound_store);
outbound_selection.notify["selected"].connect (() => { outbound_selection.notify["selected"].connect (() => {
message ("Selected %s", ((Outbound.Outbound) outbound_selection.selected_item).name); message ("Selected %s", ((Outbound.Outbound) outbound_selection.selected_item).type_name);
set_up (); set_up ();
}); });
} }