We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463dc09 commit caf8ebbCopy full SHA for caf8ebb
src/rime/lever/custom_settings.cc
@@ -28,7 +28,7 @@ bool CustomSettings::Load() {
28
fs::path shared_data_path(deployer_->shared_data_dir);
29
fs::path config_path(user_data_path / "build" / (config_id_ + ".yaml"));
30
if (!config_.LoadFromFile(config_path.string())) {
31
- config_path = shared_data_path / (config_id_ + ".yaml");
+ config_path = shared_data_path / "build" / (config_id_ + ".yaml");
32
33
LOG(WARNING) << "cannot find '" << config_id_ << ".yaml'.";
34
return false;
0 commit comments