Skip to content

Commit

Permalink
Hide this button for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostopheles committed Mar 31, 2024
1 parent 8f4f9c8 commit 0a935fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Datamine/Modules/Unified/UnifiedUIMixins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -897,11 +897,11 @@ function DatamineWorkspaceMixin:OnLoad()
toolbar:AddButton("custom-toolbar-play", cb, tooltipText);
end

do
local tooltipText = L.WORKSPACE_MODE_STORAGE;
local cb = function() self:SetMode(self.Modes.STORAGE); end;
toolbar:AddButton("custom-toolbar-scale", cb, tooltipText);
end
--do
-- local tooltipText = L.WORKSPACE_MODE_STORAGE;
-- local cb = function() self:SetMode(self.Modes.STORAGE); end;
-- toolbar:AddButton("custom-toolbar-scale", cb, tooltipText);
--end
end

function DatamineWorkspaceMixin:OnModeChanged()
Expand Down

0 comments on commit 0a935fd

Please sign in to comment.