- Added option 'Ignore Mass Toggle', when enabled the window won't be affected when hiding, showing or toggling all windows.
- Added window number for slash commands 'hide', 'show' and 'toggle'. Usage: '/details hide 1' to hide window 1. - Removed keybinds for Open and Close, added toggle instead. - Added slash command 'toggle'. - Added display icons for all skins which still didn't have they. - Improved 'Align with right chat' tool, now it also supports Forced Square skin. - Improvements on Bookmark panel. - Improvements on spec icons with transparency. - Created custom spell for Living Bomb explosion. - Fixed statusbar textures and mini displays. - Fixed an issue with title bar buttons when toggling the titlebar anchor from bottom to top position. - Fixed an issue with title bar text when toggling the statusbar position from bottom to top. - Fixed yet another bug with avoidance tab on player detail window. - Fixed the window ungroup button (above the resize one).
This commit is contained in:
@@ -44,6 +44,7 @@ _detalhes.instance_skin_ignored_values = {
|
||||
["strata"] = true,
|
||||
["grab_on_top"] = true,
|
||||
["libwindow"] = true,
|
||||
["ignore_mass_showhide"] = true,
|
||||
}
|
||||
|
||||
function _detalhes:ResetInstanceConfigKeepingValues (maintainsnap)
|
||||
@@ -89,6 +90,8 @@ end
|
||||
|
||||
_detalhes.instance_defaults = {
|
||||
|
||||
--> window settings
|
||||
ignore_mass_showhide = false,
|
||||
--skin
|
||||
skin = _detalhes.default_skin_to_use,
|
||||
--scale
|
||||
|
||||
Reference in New Issue
Block a user