Add never option to Confirmation (#893)

This commit is contained in:
Barış
2024-03-14 22:41:21 +03:00
committed by GitHub
parent 8f9e307930
commit c7a4f892e3
3 changed files with 6 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ local function invertTbl(tbl)
end
local invertedLevels = invertTbl(Log.Level)
local confirmationBehaviors = { "Initial", "Always", "Large Changes", "Unlisted PlaceId" }
local confirmationBehaviors = { "Initial", "Always", "Large Changes", "Unlisted PlaceId", "Never" }
local function Navbar(props)
return Theme.with(function(theme)