Skip to content

Commit

Permalink
remove confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Mar 8, 2022
1 parent 1ea3897 commit 5c2e9c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Options/OptionsClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3963,7 +3963,7 @@ function ElvUI_EltreumUI:Configtable()
E:StaggeredUpdateAll(nil, true)
end
end,
confirm = true,
--confirm = true,
},
headerufbackdrop = {
order = 99,
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Options/OptionsRetail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4479,7 +4479,7 @@ function ElvUI_EltreumUI:Configtable()
E:StaggeredUpdateAll(nil, true)
end
end,
confirm = true,
--confirm = true,
},
headerufbackdrop = {
order = 99,
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Options/OptionsTBC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4073,7 +4073,7 @@ function ElvUI_EltreumUI:Configtable()
E:StaggeredUpdateAll(nil, true)
end
end,
confirm = true,
--confirm = true,
},
headerufbackdrop = {
order = 99,
Expand Down

0 comments on commit 5c2e9c8

Please sign in to comment.