flameskyofficial / FlameSky

FlameSky is an open source browser based on the Sharp Browser project. It is written in C# WinForms on Visual Studio.
http://www.flamesky.weebly.com
BSD 3-Clause "New" or "Revised" License
11 stars 12 forks source link

Added init of DisplayHandler #20

Closed novastream closed 6 years ago

novastream commented 6 years ago

Added method to get AppData path, setting should be stored here since we have write access. We should also get rid of all static paths since C:\ is not default on all systems.

realandrewjose commented 6 years ago

Thank you @novastream