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:
@@ -520,7 +520,7 @@ public:
|
||||
EntitiesInText entitiesFromTextTags(const TextWithTags::Tags &tags);
|
||||
TextWithTags::Tags textTagsFromEntities(const EntitiesInText &entities);
|
||||
|
||||
class HistoryWidget : public TWidget, public RPCSender {
|
||||
class HistoryWidget : public TWidget, public RPCSender, private base::Subscriber {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
@@ -614,7 +614,6 @@ public:
|
||||
void step_show(float64 ms, bool timer);
|
||||
void animStop();
|
||||
|
||||
void updateAdaptiveLayout();
|
||||
void doneShow();
|
||||
|
||||
QPoint clampMousePosition(QPoint point);
|
||||
|
Reference in New Issue
Block a user