config: accept “smart” as popup_during_fullscreen parameter (Thanks supplantr)
This was the default, so explicitly setting it is not really necessary, but of course it should be possible. fixes #967
This commit is contained in:
@ -229,7 +229,7 @@ state RESTART_STATE:
|
||||
|
||||
# popup_during_fullscreen
|
||||
state POPUP_DURING_FULLSCREEN:
|
||||
value = 'ignore', 'leave_fullscreen'
|
||||
value = 'ignore', 'leave_fullscreen', 'smart'
|
||||
-> call cfg_popup_during_fullscreen($value)
|
||||
|
||||
# client.background <hexcolor>
|
||||
|
Reference in New Issue
Block a user