* add deconverted window * show deconverted window when deconverting + remove the role * webedit ops * antagonist -> revolutionary * evil * oh * eui ops --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
11 lines
527 B
XML
11 lines
527 B
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Title="{Loc 'rev-deconverted-title'}">
|
|
<BoxContainer Orientation="Vertical" Margin="5">
|
|
<Label Text="{Loc 'rev-deconverted-text'}"/>
|
|
<BoxContainer Orientation="Horizontal" Align="Center">
|
|
<Button Name="ConfirmButton" Text="{Loc 'rev-deconverted-confirm'}"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|