mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Most of the new Settings are done.
Left: auto update, privacy and security, local storage box + some minor things, like design fixes, codes like loadlang and clearing of the local storage (box) and temp download folder.
This commit is contained in:
@@ -34,6 +34,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
||||
#include "core/observer.h"
|
||||
#include "observer_peer.h"
|
||||
#include "core/observer.h"
|
||||
#include "window/chat_background.h"
|
||||
|
||||
namespace {
|
||||
void mtpStateChanged(int32 dc, int32 state) {
|
||||
@@ -1090,11 +1091,7 @@ AppClass::~AppClass() {
|
||||
deleteAndMark(_uploader);
|
||||
deleteAndMark(_translator);
|
||||
|
||||
delete cChatBackground();
|
||||
cSetChatBackground(0);
|
||||
|
||||
delete cChatDogImage();
|
||||
cSetChatDogImage(0);
|
||||
Window::chatBackground()->reset();
|
||||
|
||||
style::stopManager();
|
||||
|
||||
|
Reference in New Issue
Block a user