kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
236 stars 75 forks source link

"import server list from mirc" option should ask for a path if mirc installation cannot be detected #2196

Open wchristian opened 7 years ago

wchristian commented 7 years ago

Expected behavior

In order to account for portable mode installs of mirc, "import server list from mirc" option should ask me for a path to look in for.

Actual behavior

Due to my mirc being installed portable, the kvirc wizard couldn't find it and just greyed out the option.

image

Steps to reproduce the issue

  1. install mirc portable
  2. install kvirc into a fresh location
  3. run kvirc to start firstrun wizard
wchristian commented 7 years ago

Relevant code: https://github.com/kvirc/KVIrc/blob/f8f50bd6a787fdae7ce03cc36f97068399700d66/src/modules/setup/SetupWizard.cpp#L539-L593