Mercurial > wow > devian
comparison Devian.xml @ 69:e89244da507b
Fixed beacon click action on extra consoles.
Removed the load-time `print` output about the front channel.
| author | Nenue |
|---|---|
| date | Tue, 15 Mar 2016 20:06:56 -0400 |
| parents | 30456a6d5555 |
| children | f6fae1a4c66c |
comparison
equal
deleted
inserted
replaced
| 68:1687ae1c6162 | 69:e89244da507b |
|---|---|
| 297 --print("click", self:GetName(), button, self.console.index) | 297 --print("click", self:GetName(), button, self.console.index) |
| 298 if button == "LeftButton" then | 298 if button == "LeftButton" then |
| 299 if IsShiftKeyDown() then | 299 if IsShiftKeyDown() then |
| 300 Devian:Console_Toggle(self.console.index, 0) | 300 Devian:Console_Toggle(self.console.index, 0) |
| 301 else | 301 else |
| 302 if self.console.index == DevianDB.current_channel or (not self.console.enabled) then | 302 if self.console.index == Devian.currentProfile.current_channel or (not self.console.enabled) then |
| 303 Devian:Console_Toggle(self.console.index) | 303 Devian:Console_Toggle(self.console.index) |
| 304 if self.console.enabled then | 304 if self.console.enabled then |
| 305 if self.console.minimized then | 305 if self.console.minimized then |
| 306 self.console:MinMax() | 306 self.console:MinMax() |
| 307 end | 307 end |
