mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
0.7.19 version with passcode lock option
This commit is contained in:
@@ -39,6 +39,7 @@ namespace App {
|
||||
Window *wnd();
|
||||
MainWidget *main();
|
||||
SettingsWidget *settings();
|
||||
bool passcoded();
|
||||
FileUploader *uploader();
|
||||
|
||||
void showSettings();
|
||||
@@ -151,18 +152,6 @@ namespace App {
|
||||
void deinitMedia(bool completely = true);
|
||||
void playSound();
|
||||
|
||||
void writeConfig();
|
||||
void readConfig();
|
||||
void writeUserConfig();
|
||||
void readUserConfig();
|
||||
|
||||
void muteHistory(History *history);
|
||||
void unmuteHistory(History *history);
|
||||
void writeAllMuted(QDataStream &stream);
|
||||
void readAllMuted(QDataStream &stream);
|
||||
void readOneMuted(QDataStream &stream);
|
||||
bool isPeerMuted(const PeerId &peer);
|
||||
|
||||
void checkImageCacheSize();
|
||||
|
||||
bool isValidPhone(QString phone);
|
||||
|
Reference in New Issue
Block a user