We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f403d3 commit 02cca9aCopy full SHA for 02cca9a
tunet-settings/src/lib.rs
@@ -56,7 +56,7 @@ impl SettingsReader {
56
}
57
58
fn entry(u: &str) -> SettingsResult<Entry> {
59
- if true {
+ if cfg!(target_os = "linux") {
60
Ok(Entry::new_with_credential(Box::new(
61
key_fallback::KeyFallback::new(TUNET_NAME, u)?,
62
)))
0 commit comments