From b1070cf14424940aeb5272b5ca7685ba0c1aba49 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 3 Aug 2023 16:42:47 +0300 Subject: [PATCH] chore: add todo --- src/items/submenu.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/items/submenu.rs b/src/items/submenu.rs index 8addaea..209994d 100644 --- a/src/items/submenu.rs +++ b/src/items/submenu.rs @@ -119,6 +119,8 @@ impl Submenu { self.0.borrow_mut().set_enabled(enabled) } + // TODO: in a minor release, rename the following two functions to be `set_as_*` + /// Set this submenu as the Window menu for the application on macOS. /// /// This will cause macOS to automatically add window-switching items and