mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +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:
@@ -126,7 +126,7 @@ typedef QList<NotifyWindow*> NotifyWindows;
|
||||
|
||||
class MediaPreviewWidget;
|
||||
|
||||
class MainWindow : public Platform::MainWindow {
|
||||
class MainWindow : public Platform::MainWindow, private base::Subscriber {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
@@ -151,7 +151,6 @@ public:
|
||||
void paintEvent(QPaintEvent *e);
|
||||
|
||||
void resizeEvent(QResizeEvent *e);
|
||||
void updateAdaptiveLayout();
|
||||
|
||||
void setupPasscode(bool anim);
|
||||
void clearPasscode();
|
||||
|
Reference in New Issue
Block a user