mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 05:28:01 +02:00
Use vt7 by default
This commit is contained in:
parent
7db467501e
commit
129f3bd681
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ main (int argc,
|
|||
return EX_UNAVAILABLE;
|
||||
}
|
||||
|
||||
state.window = create_window (&state, 1);
|
||||
state.window = create_window (&state, 7);
|
||||
|
||||
ply_trace ("entering event loop");
|
||||
exit_code = ply_event_loop_run (state.loop);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue