Batch Update
This commit is contained in:
parent
693d12b61c
commit
4c2b5cca93
32 changed files with 483 additions and 332 deletions
13
app/InkForge.Desktop/ViewModels/InkForgeDocumentDock.cs
Normal file
13
app/InkForge.Desktop/ViewModels/InkForgeDocumentDock.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using Dock.Model.Core;
|
||||
using Dock.Model.ReactiveUI.Controls;
|
||||
|
||||
namespace InkForge.Desktop.ViewModels;
|
||||
|
||||
public class InkForgeDocumentDock : DocumentDock, IDock
|
||||
{
|
||||
bool IDock.IsEmpty
|
||||
{
|
||||
get => false;
|
||||
set { }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue