Skip to content

Commit

Permalink
fix: fix mess with rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
matheussf committed Jun 28, 2024
1 parent f8db2f8 commit 09309d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
22 changes: 0 additions & 22 deletions modules/client_options/general.otui
Original file line number Diff line number Diff line change
Expand Up @@ -65,28 +65,6 @@ Panel
id: showRightExtraPanel
!text: tr('Show an extra right panel')

SmallReversedQtPanel
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 7
height: 22

OptionCheckBox
id: showActionbar
!text: tr('Show action bar')

SmallReversedQtPanel
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 7
height: 22

OptionCheckBox
id: showSpellGroupCooldowns
!text: tr('Show spell group cooldowns')

SmallReversedQtPanel
anchors.left: parent.left
anchors.right: parent.right
Expand Down
10 changes: 0 additions & 10 deletions modules/game_actionbar/game_actionbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,6 @@ function setupActionBar()
end
end

function setActionBarVisible(visible)
if visible then
actionBar:setHeight(34)
actionBar:show()
else
actionBar:setHeight(0)
actionBar:hide()
end
end

function createMenu(slotId)
local menu = g_ui.createWidget('PopupMenu')
slotToEdit = slotId
Expand Down

0 comments on commit 09309d3

Please sign in to comment.