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

Version 4.14.5: Fix build with GCC.

This commit is contained in:
John Preston
2024-01-16 20:29:37 +04:00
parent 2213bedc12
commit ed027c23d0
6 changed files with 3 additions and 13 deletions

View File

@@ -406,9 +406,9 @@ void Manager::fillDefaults() {
set(u"%1+%2"_q.arg(ctrl).arg(index), command);
}
auto &&accounts = ranges::views::zip(
kShowAccount,
ranges::views::ints(1, ranges::unreachable));
//auto &&accounts = ranges::views::zip(
// kShowAccount,
// ranges::views::ints(1, ranges::unreachable));
//for (const auto &[command, index] : accounts) {
// set(u"%1+shift+%2"_q.arg(ctrl).arg(index), command);