mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-11 07:13:43 +02:00
refactor: fully deprecate camoufox
This commit is contained in:
@@ -111,10 +111,7 @@ impl SynchronizerManager {
|
||||
.clone();
|
||||
|
||||
if leader.browser != "wayfern" {
|
||||
return Err(
|
||||
"Synchronizer only supports Wayfern profiles. Camoufox profiles cannot be used."
|
||||
.to_string(),
|
||||
);
|
||||
return Err("Synchronizer only supports Wayfern profiles.".to_string());
|
||||
}
|
||||
|
||||
// Check leader is not already running
|
||||
|
||||
Reference in New Issue
Block a user