mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
Various fixes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <QDir>
|
||||
#include <QStandardPaths>
|
||||
#include <QUrl>
|
||||
#include <Utils.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -74,6 +75,14 @@ bool Debug::openLogsFolder()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Debug::openServiceLogsFolder()
|
||||
{
|
||||
QString path = Utils::systemLogPath();
|
||||
path = "file:///" + path;
|
||||
QDesktopServices::openUrl(QUrl::fromLocalFile(path));
|
||||
return true;
|
||||
}
|
||||
|
||||
QString Debug::appLogFileNamePath()
|
||||
{
|
||||
return m_file.fileName();
|
||||
|
||||
Reference in New Issue
Block a user