mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
made custom open with dialog for os x almost like in finder, with langs support
This commit is contained in:
@@ -1631,6 +1631,10 @@ void psShowInFolder(const QString &name) {
|
||||
objc_showInFinder(name.toUtf8().constData(), QFileInfo(name).absolutePath().toUtf8().constData());
|
||||
}
|
||||
|
||||
void psFinish() {
|
||||
objc_finish();
|
||||
}
|
||||
|
||||
void psExecUpdater() {
|
||||
/*QString targs = qsl("-update");
|
||||
if (cFromAutoStart()) targs += qsl(" -autostart");
|
||||
|
Reference in New Issue
Block a user