File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11## ⚠ ATTENTION, VÉRIFIEZ QUE VOUS TÉLÉCHARGEZ LINDO DEPUIS LINDO-APP.COM
22## ⚠ CERTAINS SITES MALVEILLANTS INSTALLERONT UN VIRUS SUR VOTRE ORDINATEUR
33
4+ ## [ 2.6.3] -
5+
6+ ### Correctifs
7+ - Valeur par défaut pour l'affichage de l'xp des groupes de monstres
48
59## [ 2.6.2] - 2021-09-24
610
Original file line number Diff line number Diff line change @@ -163,7 +163,9 @@ export const SettingsDefault: SettingsInterface = {
163163 harvest_indicator : true ,
164164 show_resources : false ,
165165 show_resources_shortcut : '' ,
166- party_member_on_map : true
166+ party_member_on_map : true ,
167+ monster_tooltip : false ,
168+ monster_tooltip_shortcut : '' ,
167169 } ,
168170 auto_group : {
169171 active : false ,
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ export interface SettingsInterface {
9191 show_resources : boolean ;
9292 show_resources_shortcut : string ;
9393 party_member_on_map : boolean ;
94+ monster_tooltip : boolean ;
95+ monster_tooltip_shortcut : string ;
9496 } ,
9597 auto_group : {
9698 active : boolean ;
Original file line number Diff line number Diff line change 122122 "description" : " Lindo Client for Linux" ,
123123 "target" : [
124124 " tar.gz" ,
125- " deb" ,
125+ " deb"
126126 ],
127127 "icon" : " build/icon.png" ,
128128 "mimeTypes" : [
You can’t perform that action at this time.
0 commit comments