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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user