mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
TrainerDay: Set fallback for max workouts per page
See https://github.com/GoldenCheetah/GoldenCheetah/pull/4522#issuecomment-2253027635
This commit is contained in:
committed by
Alejandro Martinez
parent
46bf477675
commit
a17d069202
@@ -26,6 +26,10 @@
|
||||
#include "TrainDB.h"
|
||||
#include "Secrets.h"
|
||||
|
||||
#if !defined(GC_TRAINERDAY_API_PAGESIZE)
|
||||
#define GC_TRAINERDAY_API_PAGESIZE 25
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(GC_WANT_TRAINERDAY_API)
|
||||
TrainerDayAPIDialog::TrainerDayAPIDialog
|
||||
|
||||
Reference in New Issue
Block a user