mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
refactor: removed redundant cfg(dev) flags (#444)
This commit is contained in:
@@ -23,7 +23,7 @@ pub fn default(
|
||||
main_window: WebviewWindow,
|
||||
preference_window: WebviewWindow,
|
||||
) {
|
||||
#[cfg(any(dev, debug_assertions))]
|
||||
#[cfg(debug_assertions)]
|
||||
main_window.open_devtools();
|
||||
|
||||
platform(app_handle, main_window.clone(), preference_window.clone());
|
||||
|
||||
Reference in New Issue
Block a user