mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Make keybindings configurable
This commit is contained in:
@@ -495,7 +495,6 @@ std::vector<std::string> display_names() {
|
||||
names.reserve(monitor);
|
||||
|
||||
for(auto x = 0; x < monitor; ++x) {
|
||||
BOOST_LOG(fatal) << x;
|
||||
names.emplace_back(std::to_string(x));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user