chore: add todo

This commit is contained in:
Amr Bashir 2023-08-03 16:42:47 +03:00
parent 0bad3aca96
commit b1070cf144
No known key found for this signature in database
GPG key ID: BBD7A47A2003FF33

View file

@ -119,6 +119,8 @@ impl Submenu {
self.0.borrow_mut().set_enabled(enabled) 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. /// Set this submenu as the Window menu for the application on macOS.
/// ///
/// This will cause macOS to automatically add window-switching items and /// This will cause macOS to automatically add window-switching items and