authPrompt: Add "Enter Password…" as hint-text

This commit is contained in:
Umang Jain 2019-12-06 14:20:19 +05:30
parent 468fde932a
commit 92b57ee992

View File

@ -149,6 +149,7 @@ var AuthPrompt = GObject.registerClass({
can_focus: true,
x_expand: false,
y_expand: true,
hint_text: "Enter Password…",
});
ShellEntry.addContextMenu(this._entry, { isPassword: true, actionMode: Shell.ActionMode.NONE });