mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Allow showing boxes in passport panel.
This commit is contained in:
@@ -70,8 +70,7 @@ public:
|
||||
void activate();
|
||||
|
||||
void noIntro(Intro::Widget *was);
|
||||
void noLayerStack(Window::LayerStackWidget *was);
|
||||
void layerFinishedHide(Window::LayerStackWidget *was);
|
||||
void layerHidden(not_null<Window::LayerStackWidget*> layer);
|
||||
bool takeThirdSectionFromLayer();
|
||||
|
||||
void checkHistoryActivation();
|
||||
@@ -177,7 +176,7 @@ private:
|
||||
object_ptr<PasscodeWidget> _passcode = { nullptr };
|
||||
object_ptr<Intro::Widget> _intro = { nullptr };
|
||||
object_ptr<MainWidget> _main = { nullptr };
|
||||
object_ptr<Window::LayerStackWidget> _layerBg = { nullptr };
|
||||
object_ptr<Window::LayerStackWidget> _layer = { nullptr };
|
||||
object_ptr<MediaPreviewWidget> _mediaPreview = { nullptr };
|
||||
|
||||
object_ptr<Window::Theme::WarningWidget> _testingThemeWarning = { nullptr };
|
||||
|
Reference in New Issue
Block a user