Backup before removing hiddify references

This commit is contained in:
Hiddify User
2026-01-15 12:28:40 +03:00
parent f54603d129
commit 36d9e31236
231 changed files with 6648 additions and 1832 deletions

View File

@@ -26,7 +26,7 @@ class ConnectionPlatformSourceImpl
(pElevation) {
if (OpenProcessToken(
GetCurrentProcess(),
TOKEN_QUERY,
TOKEN_ACCESS_MASK.TOKEN_QUERY,
phToken.cast(),
) ==
1) {

View File

@@ -149,7 +149,7 @@ class ConnectionRepositoryImpl with ExceptionHandler, InfraLogger implements Con
) {
return TaskEither<ConnectionFailure, Unit>.Do(
($) async {
var options = await $(getConfigOption());
final options = await $(getConfigOption());
loggy.info(
"config options: ${options.format()}\nMemory Limit: ${!disableMemoryLimit}",
);
@@ -215,7 +215,7 @@ class ConnectionRepositoryImpl with ExceptionHandler, InfraLogger implements Con
) {
return TaskEither<ConnectionFailure, Unit>.Do(
($) async {
var options = await $(getConfigOption());
final options = await $(getConfigOption());
loggy.info(
"config options: ${options.format()}\nMemory Limit: ${!disableMemoryLimit}",
);