We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f1dc2 commit 463dc09Copy full SHA for 463dc09
src/rime/lever/custom_settings.cc
@@ -26,7 +26,7 @@ CustomSettings::CustomSettings(Deployer* deployer,
26
bool CustomSettings::Load() {
27
fs::path user_data_path(deployer_->user_data_dir);
28
fs::path shared_data_path(deployer_->shared_data_dir);
29
- fs::path config_path(user_data_path / (config_id_ + ".yaml"));
+ 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");
32
0 commit comments