There was an error while loading. Please reload this page.
1 parent c840315 commit 9165e4eCopy full SHA for 9165e4e
1 file changed
oxirun/src/main.rs
@@ -35,7 +35,7 @@ const WINDOW_LAYER: Layer = Layer::Overlay;
35
const WINDOW_KEYBAORD_MODE: KeyboardInteractivity = KeyboardInteractivity::Exclusive;
36
37
pub fn main() -> Result<(), iced_layershell::Error> {
38
- let default_anchor = Anchor::Left | Anchor::Right;
+ let default_anchor = Anchor::empty();
39
let binding = CONFIG;
40
let anchor_opt = binding.get("anchor");
41
let anchor = if let Some(anchor_str) = anchor_opt {
0 commit comments