- Added an option for Numeral System.

This commit is contained in:
Tercio
2015-11-01 22:59:07 -02:00
parent 255c20015c
commit 33b7018d2e
8 changed files with 289 additions and 90 deletions
+5 -1
View File
@@ -539,6 +539,9 @@ function _detalhes:ApplyProfile (profile_name, nosave, is_copy)
--> update player detail window
_detalhes:ApplyPDWSkin()
--> update the numerical system
_detalhes:SelectNumericalSystem()
if (_detalhes.initializing) then
_detalhes.profile_loaded = true
@@ -914,11 +917,12 @@ local default_profile = {
--> item level tracker
track_item_level = true,
--> text sizes
--> text settings
font_sizes = {menus = 10},
font_faces = {menus = "Friz Quadrata TT"},
ps_abbreviation = 3,
total_abbreviation = 2,
numerical_system = 1,
--> performance
use_row_animations = false,