Skip to content

Commit 00a09a7

Browse files
committed
Fix forgotten git conflict
1 parent 60a5d0a commit 00a09a7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ui/addon_preferences.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ def film_device_items_callback(self, context):
144144
lol_useragent: StringProperty(
145145
name="HTTP User-Agent",
146146
description="User Agent transmitted with requests",
147-
<<<<<<< HEAD
148-
default=f"BlendLuxCore/{utils.get_version_string()}",
149-
=======
150147
default = f"BlendLuxCore/{version_string}",
151-
>>>>>>> e1282839 (Remove obsolete bl_info dictionary, merge information into blender_manifest.toml and AUTHORS.txt)
152148
)
153149

154150
max_assetbar_rows: IntProperty(

0 commit comments

Comments
 (0)