use Mode::Hidden instead
This commit is contained in:
parent
6f6f1d82e8
commit
84c0c9bc7a
8 changed files with 19 additions and 35 deletions
|
|
@ -6,4 +6,7 @@ pub enum Mode {
|
|||
|
||||
/// The application takes the whole screen of its current monitor.
|
||||
Fullscreen,
|
||||
|
||||
/// The application is hidden
|
||||
Hidden,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue