mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Implement some power saving options.
This commit is contained in:
@@ -33,7 +33,9 @@ void SetupWindowTitleContent(
|
||||
void SetupSystemIntegrationContent(
|
||||
Window::SessionController *controller,
|
||||
not_null<Ui::VerticalLayout*> container);
|
||||
void SetupAnimations(not_null<Ui::VerticalLayout*> container);
|
||||
void SetupAnimations(
|
||||
not_null<Window::Controller*> window,
|
||||
not_null<Ui::VerticalLayout*> container);
|
||||
|
||||
class Advanced : public Section<Advanced> {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user