mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-05 20:27:59 +02:00
[script] Display password dialog even if called twice
This commit is contained in:
parent
a4836e83fe
commit
fc2cbc497a
1 changed files with 4 additions and 1 deletions
|
|
@ -94,7 +94,10 @@ fun display_normal_callback ()
|
|||
fun display_password_callback (prompt, bullets)
|
||||
{
|
||||
global.status = "password";
|
||||
if (!global.dialogue) dialogue_setup();
|
||||
if (!global.dialogue)
|
||||
dialogue_setup();
|
||||
else
|
||||
dialog_opacity(1);
|
||||
for (index = 0; dialogue.bullet[index] || index < bullets; index++)
|
||||
{
|
||||
if (!dialogue.bullet[index])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue