mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 01:20:21 +00:00 
			
		
		
		
	Disable workspaces when desired
This commit is contained in:
		
							parent
							
								
									d311cd9783
								
							
						
					
					
						commit
						bc56b2d9b0
					
				@ -37,6 +37,8 @@
 | 
			
		||||
    </FooterContent>
 | 
			
		||||
</InnerScrolling>
 | 
			
		||||
 | 
			
		||||
@if (this.SettingsManager.ConfigurationData.WorkspaceStorageBehavior != WorkspaceStorageBehavior.DISABLE_WORKSPACES)
 | 
			
		||||
{
 | 
			
		||||
    <MudDrawer @bind-Open="@this.workspacesVisible" Width="40em" Height="100%" Anchor="Anchor.Start" Variant="DrawerVariant.Temporary" Elevation="1">
 | 
			
		||||
        <MudDrawerHeader>
 | 
			
		||||
            <MudStack Row="@true" AlignItems="AlignItems.Center">
 | 
			
		||||
@ -50,3 +52,4 @@
 | 
			
		||||
            <Workspaces/>
 | 
			
		||||
        </MudDrawerContainer>
 | 
			
		||||
    </MudDrawer>
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user