You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for opening *.lnk files from command-line.
Added a new setting: "Remember Window Size and Position".
Added a new setting: "Add Explorer's context-menu entry for *.lnk". Solves Issue #2
Added an icons toolbar below the top menu strip to have faster access to the "File" menu commands. Solves Issue #8
🛠️ Fixes:
Some elements within the user interface remained unaffected when the user opted for a different font size.
Made capable to save changes in read-only link files. Solves Issue #9
Fixed buffer sizes to read/write link properties that prevents exceeding the maximum allowed length. Solves Issue #7
🌟 Improvements:
Assigned a default accelerator key for all of the menu options.
Added a setting to show or hide the icons toolbar.
Renamed / simplified names for tabs.
Now the user settings are stored within the executable directory in a folder with name "cache". This makes the application 100% portable. Solves Issue #10
Added a confirmation message box for successful saves, and another for failed saves.