File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ * Add Qt6 compatibility
6
+ * Review social networks links
7
+ * Fix export of modules etc. in the markdown
8
+ * Do not notify Lizmap Cloud users if the instance is not up to date
9
+
5
10
## 4.4.4 - 2024-10-29
6
11
7
12
* Add new settings about maximum scales when zooming on points, lines or polygons, for Lizmap Web Client 3.9
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ def copy_clip_board_summary_table(self):
571
571
572
572
def follow_map_theme_toggled (self ):
573
573
""" If the theme is loaded at startup, the UX is updated about the toggled checkbox and the legend option. """
574
- text = ". " + tr ("Overriden by the map theme" )
574
+ text = ". " + tr ("Overridden by the map theme" )
575
575
576
576
# List of item data where we need to add the text suffix.
577
577
items = ('expand_at_startup' , 'hide_at_startup' )
You can’t perform that action at this time.
0 commit comments