mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request 'iss: skip dir selection page' (#4) from feature/iss-disable-dirpage into release/v8.2.0
This commit is contained in:
@ -918,6 +918,13 @@ begin
|
||||
if DirExists(path) then DelTree(path, true, true, true)
|
||||
end;
|
||||
|
||||
#ifndef _WIN_XP
|
||||
function ShouldSkipPage(PageID: Integer): Boolean;
|
||||
begin
|
||||
Result := (PageID = wpSelectDir) and not CheckCommandlineParam('/enabledirpage');
|
||||
end;
|
||||
#endif
|
||||
|
||||
function getAppMutex(P: String): String;
|
||||
var
|
||||
hWnd: Longint;
|
||||
|
||||
Reference in New Issue
Block a user