Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4ba9706e35
commit
59cfd0e2f5
@@ -4773,9 +4773,7 @@ impl DriveIndex {
|
||||
}
|
||||
}
|
||||
|
||||
if can_trash
|
||||
&& (!FeatureFlag::SharedWithMe.is_enabled() || access_level.can_trash())
|
||||
{
|
||||
if can_trash && (!FeatureFlag::SharedWithMe.is_enabled() || access_level.can_trash()) {
|
||||
menu_items.push(
|
||||
MenuItemFields::new("Trash")
|
||||
.with_on_select_action(DriveIndexAction::TrashObject {
|
||||
|
||||
Reference in New Issue
Block a user