Skip to content

Commit d83e3d7

Browse files
[MONSTER-TOOLTIP][FIX] Default value
1 parent 3333f26 commit d83e3d7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

electron/settings/settings-default.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

electron/settings/settings.interface.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"description": "Lindo Client for Linux",
123123
"target": [
124124
"tar.gz",
125-
"deb",
125+
"deb"
126126
],
127127
"icon": "build/icon.png",
128128
"mimeTypes": [

0 commit comments

Comments
 (0)