Skip to content

Commit

Permalink
[MONSTER-TOOLTIP][FIX] Default value
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCoutault committed Oct 7, 2021
1 parent 3333f26 commit 16dde38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## ⚠ ATTENTION, VÉRIFIEZ QUE VOUS TÉLÉCHARGEZ LINDO DEPUIS LINDO-APP.COM
## ⚠ CERTAINS SITES MALVEILLANTS INSTALLERONT UN VIRUS SUR VOTRE ORDINATEUR

## [2.6.3] -

### Correctifs
- Valeur par défaut pour l'affichage de l'xp des groupes de monstres

## [2.6.2] - 2021-09-24

Expand Down
4 changes: 3 additions & 1 deletion electron/settings/settings-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ export const SettingsDefault: SettingsInterface = {
harvest_indicator: true,
show_resources: false,
show_resources_shortcut: '',
party_member_on_map: true
party_member_on_map: true,
monster_tooltip: false,
monster_tooltip_shortcut: '',
},
auto_group: {
active: false,
Expand Down
2 changes: 2 additions & 0 deletions electron/settings/settings.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ export interface SettingsInterface {
show_resources: boolean;
show_resources_shortcut: string;
party_member_on_map: boolean;
monster_tooltip: string;
monster_tooltip_shortcut: string;
},
auto_group: {
active: boolean;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"description": "Lindo Client for Linux",
"target": [
"tar.gz",
"deb",
"deb"
],
"icon": "build/icon.png",
"mimeTypes": [
Expand Down

0 comments on commit 16dde38

Please sign in to comment.