mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] config: default minimizeOnFocusLoss
to off
This commit is contained in:
parent
0acce0737f
commit
59efa6f0ad
@ -198,7 +198,7 @@ static struct Option options[] =
|
|||||||
.name = "minimizeOnFocusLoss",
|
.name = "minimizeOnFocusLoss",
|
||||||
.description = "Minimize window on focus loss",
|
.description = "Minimize window on focus loss",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true,
|
.value.x_bool = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.module = "win",
|
.module = "win",
|
||||||
|
Loading…
Reference in New Issue
Block a user