mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 07:47:02 +05:30
feat: drop clipboard-master
dependency
It's just a busy loop this thing is completely unnecessary
This commit is contained in:
parent
32bc894f0a
commit
c698b9d509
4 changed files with 12 additions and 87 deletions
|
@ -25,8 +25,7 @@ fn main() -> Result<()> {
|
|||
std::fs::read_to_string(config_path.as_path()).unwrap_or_default();
|
||||
let config: Replacements = toml::from_str(&config_str)?;
|
||||
config.validate()?;
|
||||
monitor(config);
|
||||
Ok(())
|
||||
monitor(config)
|
||||
}
|
||||
|
||||
fn check_for_version_arg() -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue