We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbb76c commit aa1f0ebCopy full SHA for aa1f0eb
src/show-keybinds.cpp
@@ -25,7 +25,7 @@ void replace_all(std::string& str, const std::string& from, const std::string& t
25
26
std::string parse_binds(const std::string& filepath, const std::string& category) {
27
std::ifstream file(filepath);
28
- if (!file.is_open()) return ""; // Silently ignore if file doesn't exist
+ if (!file.is_open()) return "";
29
30
std::ostringstream output;
31
output << " ────────────────── " << category << " ────────────────── \n";
0 commit comments