mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fixing merge conflict
This commit is contained in:
parent
c6da80c598
commit
301a0ba5ec
@ -477,11 +477,7 @@ impl UI {
|
||||
let color = *Self::inner_mut(s).log_colors.get(&Level::Warn).unwrap();
|
||||
cursive_flexi_logger_view::parse_lines_to_log(
|
||||
color.into(),
|
||||
<<<<<<< HEAD
|
||||
format!(">> {} Could not copy to clipboard", UI::cli_ts(Self::get_start_time())),
|
||||
=======
|
||||
">> Could not copy to clipboard".to_string(),
|
||||
>>>>>>> f59c4509ea7e0c0e8b1088138a6eb5297844b112
|
||||
format!(">> {} Could not copy to clipboard", UI::cli_ts(Self::get_start_time()))
|
||||
);
|
||||
}
|
||||
} else {
|
||||
@ -497,7 +493,6 @@ impl UI {
|
||||
.is_ok()
|
||||
&& std::io::stdout().flush().is_ok()
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
if std::io::stdout().flush().is_ok() {
|
||||
let color = *Self::inner_mut(s).log_colors.get(&Level::Info).unwrap();
|
||||
cursive_flexi_logger_view::parse_lines_to_log(
|
||||
@ -505,13 +500,6 @@ impl UI {
|
||||
format!(">> {} Copied: {}", UI::cli_ts(Self::get_start_time()), text.as_ref()),
|
||||
);
|
||||
}
|
||||
=======
|
||||
let color = *Self::inner_mut(s).log_colors.get(&Level::Info).unwrap();
|
||||
cursive_flexi_logger_view::parse_lines_to_log(
|
||||
color.into(),
|
||||
format!(">> Copied: {}", text.as_ref()),
|
||||
);
|
||||
>>>>>>> f59c4509ea7e0c0e8b1088138a6eb5297844b112
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ core:
|
||||
disable: []
|
||||
protected_store:
|
||||
allow_insecure_fallback: true
|
||||
always_use_insecure_storage: false
|
||||
always_use_insecure_storage: true
|
||||
directory: '%DIRECTORY%'
|
||||
delete: false
|
||||
device_encryption_key_password: '%DEVICE_ENCRYPTION_KEY_PASSWORD%'
|
||||
|
Loading…
Reference in New Issue
Block a user