mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Fix switching back to own screen after using a public screen.
This commit is contained in:
parent
7f61cc15ea
commit
acf5a20a2b
@ -1747,7 +1747,7 @@ static void ami_gui_opts_use(bool save)
|
||||
switch(data)
|
||||
{
|
||||
case 0:
|
||||
nsoption_set_charp(pubscreen_name, strdup("\0"));
|
||||
nsoption_set_charp(pubscreen_name, NULL);
|
||||
break;
|
||||
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user