Enable find and refresh on browser windows (#22462)

Regression from BYOND versions <=515 because find/refresh was always
enabled on browser windows even when it wasn't supposed to be.

Enable find (Ctrl+F) and refresh (F5) on browser windows.
This commit is contained in:
Hayden
2026-05-18 13:18:02 -06:00
committed by GitHub
parent 09bc6f5d2b
commit c4705531f0
3 changed files with 6 additions and 1 deletions
-1
View File
@@ -514,7 +514,6 @@
to_chat(src, SPAN_INFO("You can now right click to use inspect on browsers."))
winset(src, null, list("browser-options" = "+devtools"))
winset(src, null, list("browser-options" = "+find"))
/// A debug verb to check the sources of currently running timers
/client/proc/check_timer_sources()