[feat:] forgot to git-add the wiki source files... here they are
This commit is contained in:
8
Wiki/EditorWindow.axaml
Normal file
8
Wiki/EditorWindow.axaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Window xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
x:Class="Logof_Client.Wiki.EditorWindow"
|
||||
Title="Wiki Editor (disabled)" Width="400" Height="150">
|
||||
<Grid>
|
||||
<TextBlock Margin="12" TextWrapping="Wrap">The editor feature has been disabled. The Edit button remains for UI compatibility.</TextBlock>
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user