Skip to content

Commit 68cceac

Browse files
committed
allow some more ops on snapshots, since btrfs rocks
1 parent 4094430 commit 68cceac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/packages/frontend/project/explorer/action-bar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,7 @@ export const ACTION_BUTTONS_MULTI = [
303303
const DISABLED_SNAPSHOT_ACTIONS = new Set([
304304
"move",
305305
"compress",
306-
"rename",
307306
"share",
308-
"duplicate",
309307
]);
310308

311309
export function isDisabledSnapshots(name: string) {

0 commit comments

Comments
 (0)