tmoreno / open-log-viewer

A multi-platform log viewer built with Electron and styled with Material Design
GNU General Public License v3.0
308 stars 44 forks source link

Persisted global settings #4

Closed hendrakwong closed 5 years ago

hendrakwong commented 5 years ago

The ability to persist the global settings so the user does not have to change the modified settings.

tmoreno commented 5 years ago

Settings are for each file, because you can open log files with different layout, but I have some troubles integrating Ace Editor and maybe setting will became global to all files.

tmoreno commented 5 years ago

Hi Hendra,

I've just published a new version that persist settings globally instead of by file.

Cheers!

hendrakwong commented 4 years ago

Thanks for adding this feature!