- Added a Change Log button on Options Panel.
- Added option to use the same profile on all characters without asking. - Added a shortcut color button on main panel on Options Panel. - Added auto erase/ask to erase options. - Bars now highlight when hover over. - Fixed problem with drag the window when the toolbar is on the bottom side.
This commit is contained in:
@@ -291,6 +291,12 @@ function _detalhes:LoadConfig()
|
||||
end
|
||||
|
||||
--> profile
|
||||
|
||||
--> check for "always use this profile"
|
||||
if (_detalhes.always_use_profile and type (_detalhes.always_use_profile) == "string") then
|
||||
_detalhes_database.active_profile = _detalhes.always_use_profile
|
||||
end
|
||||
|
||||
--> character first run
|
||||
if (_detalhes_database.active_profile == "") then
|
||||
_detalhes.character_first_run = true
|
||||
|
||||
Reference in New Issue
Block a user