diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index ba6b5b190512ff5b2195464fcbb76ee8e0a2ecf3..0a5eed5de5fa24acc71112c46d91790e3878bb7f 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Collection Manager",
     "description": "Manage collections and their objects",
     "author": "Ryan Inch",
-    "version": (2,7,8),
+    "version": (2,7,9),
     "blender": (2, 80, 0),
     "location": "View3D - Object Mode (Shortcut - M)",
     "warning": '',  # used for warning icon and text in addons panel
diff --git a/object_collection_manager/qcd_operators.py b/object_collection_manager/qcd_operators.py
index 5c5300c183c2d32d6bc1e74bd2a1cce83d316aff..81eaf6ba11ddc31576be62db2496a5d112ef98a7 100644
--- a/object_collection_manager/qcd_operators.py
+++ b/object_collection_manager/qcd_operators.py
@@ -175,7 +175,7 @@ class ViewQCDSlot(Operator):
     '''View objects in QCD slot'''
     bl_label = "View QCD Slot"
     bl_idname = "view3d.view_qcd_slot"
-    bl_options = {'REGISTER', 'UNDO'}
+    bl_options = {'UNDO'}
 
     slot: StringProperty()
     toggle: BoolProperty()