mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
* Simplify code for getting connection parameters from registry by implementing helpers:LoadConnectionParams() * Use combobox for network type instead of radio buttons, now that 3 options would need more horizontal space than we have * Hide tabs on session manager which are irrelevant for the selected network type (e.g. no SSL options for named pipe) * Some minor code simplifications