mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
gdm/util: Add new "background" message type
This commit adds a new "background" message type for messages that should appear in the footer.
This commit is contained in:
parent
bbb97681bc
commit
ce3119d8d7
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ export const MessageType = {
|
||||||
HINT: 1,
|
HINT: 1,
|
||||||
INFO: 2,
|
INFO: 2,
|
||||||
ERROR: 3,
|
ERROR: 3,
|
||||||
|
BACKGROUND: 4,
|
||||||
};
|
};
|
||||||
|
|
||||||
const FingerprintReaderType = {
|
const FingerprintReaderType = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue