공개: KoTalk 최신 기준선
This commit is contained in:
commit
debf62f76e
572 changed files with 41689 additions and 0 deletions
6
src/PhysOn.Desktop/Models/DesktopWorkspaceLayout.cs
Normal file
6
src/PhysOn.Desktop/Models/DesktopWorkspaceLayout.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace PhysOn.Desktop.Models;
|
||||
|
||||
public sealed record DesktopWorkspaceLayout(
|
||||
bool IsCompactDensity,
|
||||
bool IsInspectorVisible,
|
||||
bool IsConversationPaneCollapsed);
|
||||
Loading…
Add table
Add a link
Reference in a new issue