@@ -397,19 +397,19 @@ class Settings {
397
397
398
398
// Item stats panel
399
399
/* * Remembered visibility state for the statistics panel in the ascents tab of the main window. */
400
- inline static const Setting<bool > ascentsStats_show = Setting<bool > (" implicit/mainWindow/ascents/showStats" );
400
+ inline static const Setting<bool > ascentsStats_show = Setting<bool > (" implicit/mainWindow/ascents/showStats" , true );
401
401
/* * Remembered visibility state for the statistics panel in the peaks tab of the main window. */
402
- inline static const Setting<bool > peaksStats_show = Setting<bool > (" implicit/mainWindow/peaks/showStats" );
402
+ inline static const Setting<bool > peaksStats_show = Setting<bool > (" implicit/mainWindow/peaks/showStats" , true );
403
403
/* * Remembered visibility state for the statistics panel in the trips tab of the main window. */
404
- inline static const Setting<bool > tripsStats_show = Setting<bool > (" implicit/mainWindow/trips/showStats" );
404
+ inline static const Setting<bool > tripsStats_show = Setting<bool > (" implicit/mainWindow/trips/showStats" , true );
405
405
/* * Remembered visibility state for the statistics panel in the hikers tab of the main window. */
406
- inline static const Setting<bool > hikersStats_show = Setting<bool > (" implicit/mainWindow/hikers/showStats" );
406
+ inline static const Setting<bool > hikersStats_show = Setting<bool > (" implicit/mainWindow/hikers/showStats" , true );
407
407
/* * Remembered visibility state for the statistics panel in the regions tab of the main window. */
408
- inline static const Setting<bool > regionsStats_show = Setting<bool > (" implicit/mainWindow/regions/showStats" );
408
+ inline static const Setting<bool > regionsStats_show = Setting<bool > (" implicit/mainWindow/regions/showStats" , true );
409
409
/* * Remembered visibility state for the statistics panel in the ranges tab of the main window. */
410
- inline static const Setting<bool > rangesStats_show = Setting<bool > (" implicit/mainWindow/ranges/showStats" );
410
+ inline static const Setting<bool > rangesStats_show = Setting<bool > (" implicit/mainWindow/ranges/showStats" , true );
411
411
/* * Remembered visibility state for the statistics panel in the countries tab of the main window. */
412
- inline static const Setting<bool > countriesStats_show = Setting<bool > (" implicit/mainWindow/countries/showStats" );
412
+ inline static const Setting<bool > countriesStats_show = Setting<bool > (" implicit/mainWindow/countries/showStats" , true );
413
413
414
414
// Stats panel splitter sizes
415
415
/* * Remembered sizes for the splitter between table and statistics frame in the ascents tab of the main window. */
0 commit comments