Refactor label and README

This commit is contained in:
Francesco Bellini 2024-09-08 19:21:45 +02:00
parent 931658161c
commit ddc2bc0d03
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
## Overview
**Scene Workspaces** creates an alternative workspaces topbar, allowing you to filter and reorder the avaliable workspaces, scene by scene.
**Scene Workspaces** creates an alternative workspaces topbar, allowing you to filter and reorder workspaces, scene by scene.
Basically, you can decide which workspace you want to link to each scene.

View File

@ -8,7 +8,7 @@ class SW_Preferences(AddonPreferences):
use_topbar: BoolProperty(name="Use Scene Workspaces topbar", description="Switch the workspace topbar between Scene Workspaces and the default one", default=True)
switch: BoolProperty(name="Show Switch", description="Show/Hide the switch button next to the workspaces topbar. Useful for quickly lookup the original workspaces topbar", default=True)
compact: BoolProperty(name="Use Compact Mode (for active workspace)", description="If disabled, adds spacing around the active workspace and a quick unlink button", default=True)
compact: BoolProperty(name="Use Compact Mode", description="If disabled, adds spacing around the active workspace and a quick unlink button", default=True)
def draw(self, context):
layout = self.layout