Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2024
1 parent ea3c6fc commit eaff10b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;Модификация Native Explorer
;Native Explorer Modification
;(c) FIL
;Version: 0.13
;Version: 1
;PatchID: 11024
;Details: https://patches.kibab.com/patches/details.php5?id=11024
/*
Expand All @@ -13,10 +13,13 @@
- Отключена сортировка избранных каталогов.
- Отключены алиасы папок.
- Исправлены табы.
- Исправлена неприятная утечка памяти при переключении вкладок!
- Исправлены заголовки.
- Возможность удаления файлов "Только для чтения".
- Отображение расширений файлов.
- Работа с системными директориями как с обычными.
- Рекурсивное удаление каталогов.
- Работа с выделенными папками, как с обычными файлами.
- Исправлено отображение информации о дисках.
- Убрано сообщение "Пожалуйста подождите" при смене каталога.
- Удален пункт "Drives" из меню 5461.
Expand All @@ -35,7 +38,7 @@
; .Replace_AllocMLMenuItem
071E17C: C7E608FA 00D908FA

; .FixMemoryLeak
; .FixMemoryLeak_1
071E1D8: 000056E3 060056E1

; .Replace_GetExtIconLarge_1
Expand Down Expand Up @@ -96,6 +99,9 @@
; .ShowHiddenFiles_Part2
069412C: 000050E3 FF0050E3

; .ShowExtensions
071E9D8: 000050E3 000050E1

; .DisableSortFavoritesDirsOnTop
06935AC: 000050E3 000050E1

Expand Down Expand Up @@ -137,6 +143,9 @@
; .FixDeleteROFiles_Part2
0694F28: 0100000A 070000EA

; .FixCopyMarkedDirs
0715D60: 9D1E00EB 0000A0E1

; .FixHeader_Part1
071EF04: 000050E3 FF0050E3

Expand All @@ -146,6 +155,12 @@
; .FixMenu4Dirs
071CBD4: 4296F7EB 0000A0E3

; .FixMenu4MarkedDirs_Part1
071B5C0: F9F8FDEB 0000A0E3

; .FixMenu4MarkedDirs_Part2
071B5E4: 000095E5 680000EA

; .FixMenuItem_Copy
071CCF0: ADF8FFEB 0000A0E3

Expand All @@ -161,6 +176,9 @@
; .DisablePleaseWait
069A688: 14FAFFEB 0000A0E1

; .FixMemoryLeak_2
0786408: 0710A0E11F00A0E3DF48FCEB0610A0E10500A0E1D87C0AFB 0500A0E10610A0E1F8CF01EB1F00A0E30710A0E1DC48FCEB

; .SkipFindChildren
069445C: 79FFFFEB 0000A0E1

Expand Down
2 changes: 1 addition & 1 deletion patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -31578,7 +31578,7 @@
"S75v52/11023-set_csm_for_natmenu.vkp"
],
[
"E71v45/11024-nem_v0_13.vkp"
"E71v45/11024-nem_v1.vkp"
],
[
"CF75v23/11025-C72v22_cpu_208mhz_notlmb.vkp"
Expand Down
4 changes: 2 additions & 2 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -94479,8 +94479,8 @@
"11024": {
"id": "11024",
"model": "E71v45",
"file": "E71v45/11024-nem_v0_13.vkp",
"mtime": 1733666614000,
"file": "E71v45/11024-nem_v1.vkp",
"mtime": 1734025774000,
"title": {
"ru": "Модификация Native Explorer",
"en": "Native Explorer Modification"
Expand Down

0 comments on commit eaff10b

Please sign in to comment.