mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
config: minor path handling fixes
This commit is contained in:
@@ -1516,6 +1516,7 @@ void CConfigManager::loadConfigLoadVars() {
|
||||
while (std::getline(ifs, line)) {
|
||||
// Read line by line.
|
||||
try {
|
||||
configCurrentPath = mainConfigPath;
|
||||
parseLine(line);
|
||||
} catch (...) {
|
||||
Debug::log(ERR, "Error reading line from config. Line:");
|
||||
|
Reference in New Issue
Block a user