Skip to content

Commit

Permalink
Specify features that require Unsafe Explorer in setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Nov 10, 2023
1 parent 6938c14 commit 8be12dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component-explorer/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ mod_settings = {
},
{
id = "window_open_logs",
ui_name = "Logs window",
ui_name = "Logs window (requires UnsafeExplorer)",
ui_description = "logger.txt monitor window",
value_default = false,
scope = MOD_SETTING_SCOPE_RUNTIME,
},
{
id = "overlay_open_logs",
ui_name = "Logs Overlay",
ui_name = "Logs Overlay (requires UnsafeExplorer)",
ui_description = "Overlay displaying the logger.txt file",
value_default = true,
scope = MOD_SETTING_SCOPE_RUNTIME,
Expand Down

0 comments on commit 8be12dd

Please sign in to comment.