Add a username and Password field.

This commit is contained in:
Franz Dietrich 2024-01-20 16:00:30 +01:00
parent a667c6d98b
commit f78f46b2f3

View File

@ -33,6 +33,15 @@ Adw.ApplicationWindow window {
valign: center; valign: center;
title: "Server Information"; title: "Server Information";
description: "The information the server published on connection"; description: "The information the server published on connection";
}
Adw.PreferencesGroup credentials {
vexpand: true;
valign: center;
title: "Login Information";
description: "The credentials that will be used to log in.";
Adw.EntryRow{title: "Username:";}
Adw.PasswordEntryRow{title: "Password:";}
}} }}
} }