View Single Post
  #1426  
Old 20-08-2025, 04:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Thanks, there is another bug when you create icons. If you use uninstaller the icons from startmenu will not get removed. I already fixed it here.

However Icon creation should not be possible when using UpdateMode, so all you have to do is change
Code:
#if !CompactMode || !UpdateMode
to
Code:
#if !UpdateMode
on line 1077 and 4572.

Edit: Should be fixed now. Use attachment and look for code changes.
Attached Files
File Type: 7z Hotfix_10.7z (58.6 KB, 34 views)
__________________
Haters gonna hate

Last edited by KaktoR; 20-08-2025 at 04:38.
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
BKR-TN (26-08-2025), Gehrman (20-08-2025), mausschieber (20-08-2025), PHM2D (20-08-2025)
Sponsored Links