snaco / wslx

A launcher application for running wsl with an xserver
13 stars 2 forks source link

Make install button also generate the config file #5

Closed snaco closed 5 years ago

snaco commented 5 years ago

When install button is clicked it should also generate the config file, there is no reason for it not to. Most likely need to move the block of code from the generate_config method to a new method and that be called by each button click instead.