Add a username and Password field.
This commit is contained in:
parent
a667c6d98b
commit
f78f46b2f3
@ -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:";}
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user