mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Renamed class back from AdaptiveModern to Adaptive.
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
}
|
||||
[[nodiscard]] bool locked() const;
|
||||
|
||||
[[nodiscard]] AdaptiveModern &adaptive() const;
|
||||
[[nodiscard]] Adaptive &adaptive() const;
|
||||
|
||||
void finishFirstShow();
|
||||
|
||||
@@ -93,7 +93,7 @@ private:
|
||||
|
||||
Main::Account *_account = nullptr;
|
||||
::MainWindow _widget;
|
||||
const std::unique_ptr<AdaptiveModern> _adaptive;
|
||||
const std::unique_ptr<Adaptive> _adaptive;
|
||||
std::unique_ptr<SessionController> _sessionController;
|
||||
base::Timer _isActiveTimer;
|
||||
QPointer<Ui::BoxContent> _termsBox;
|
||||
|
Reference in New Issue
Block a user