Function toggle_old_menu

Source
pub fn toggle_old_menu(enable: bool) -> Result<()>
Expand description

Enable or disable the old Windows context menu. You must restart explorer.exe for changes to take effect.

ยงExamples

win_ctx::toggle_old_menu(true);