- 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:
tercio
2014-09-29 17:15:15 -03:00
parent 79f4ba970a
commit 9607a1053e
13 changed files with 280 additions and 37 deletions
+4
View File
@@ -720,6 +720,7 @@ local default_profile = {
segments_amount = 12,
segments_amount_to_save = 5,
segments_panic_mode = true,
segments_auto_erase = 1,
--> instances
instances_amount = 5,
instances_segments_locked = false,
@@ -820,6 +821,8 @@ local default_player_data = {
--> current combat number
combat_id = 0,
combat_counter = 0,
last_instance_id = 0,
last_instance_time = 0,
--> nicktag cache
nick_tag_cache = {},
--> plugin data
@@ -871,6 +874,7 @@ local default_global_data = {
--> profile pool
__profiles = {},
always_use_profile = false,
custom = {},
savedStyles = {},
savedCustomSpells = {},