mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[client] config: default minimizeOnFocusLoss
to off
This commit is contained in:
parent
0acce0737f
commit
59efa6f0ad
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ static struct Option options[] =
|
|||
.name = "minimizeOnFocusLoss",
|
||||
.description = "Minimize window on focus loss",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = true,
|
||||
.value.x_bool = false,
|
||||
},
|
||||
{
|
||||
.module = "win",
|
||||
|
|
Loading…
Reference in a new issue