mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
version 0.6 prepared, changed "Win (Unofficial)" to "Desktop", photo loader animation, custom context menu, default Downloads folder, cyclic logs
This commit is contained in:
@@ -348,6 +348,11 @@ void Application::onEnableDebugMode() {
|
||||
if (!cDebug()) {
|
||||
logsInitDebug();
|
||||
cSetDebug(true);
|
||||
QFile f(cWorkingDir() + qsl("tdata/withdebug"));
|
||||
if (f.open(QIODevice::WriteOnly)) {
|
||||
f.write("1");
|
||||
f.close();
|
||||
}
|
||||
}
|
||||
App::wnd()->hideLayer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user