This commit is contained in:
2023-10-04 18:12:32 +09:00
parent fb21c04309
commit 6dc302c71e

View File

@@ -22,7 +22,7 @@ Gui.element{
type = 'drop-down',
name = 'cctv_status',
items = {'Enable', 'Disable'},
selected_index = 1
selected_index = 2
}:style{
width = 96
}:on_selection_changed(function(_, element, _)