2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add view solution button to polls.

This commit is contained in:
John Preston
2020-04-10 12:09:44 +04:00
parent 3cb76fb80b
commit 423daecbde
7 changed files with 65 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ constexpr auto kMaxOptionsCount = PollData::kMaxOptions;
constexpr auto kOptionLimit = 100;
constexpr auto kWarnQuestionLimit = 80;
constexpr auto kWarnOptionLimit = 30;
constexpr auto kSolutionLimit = 400;
constexpr auto kSolutionLimit = 200;
constexpr auto kErrorLimit = 99;
class Options {