better deconversion (#23315)
* 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>
This commit is contained in:
10
Content.Client/Revolutionary/UI/DeconvertedMenu.xaml
Normal file
10
Content.Client/Revolutionary/UI/DeconvertedMenu.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user