mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-07 04:07:31 -05:00
Various fixes to qlo10k1
Various fixes by Tim <terminator356@users.sourceforge.net>: - ld10k1 0.1.8p1 recommended for best operation. - Fixed link disconnect bug. - Now remembers last file open/save dir. - Now unused IO/FX do not disappear upon refresh. - Refresh/redraw fixups.
This commit is contained in:
parent
700edf08b4
commit
8d95c04c7e
14 changed files with 221 additions and 48 deletions
|
|
@ -79,6 +79,8 @@ void PreferencesDlg::okClicked()
|
|||
for (i = 0; i < cards.count(); i++)
|
||||
global->Cards.append(new CardParam(cards.at(i)));
|
||||
|
||||
repDirSystem = leRepSystem->text();
|
||||
repDirUser = leRepUser->text();
|
||||
global->RepDirSystem = repDirSystem;
|
||||
global->RepDirUser = repDirUser;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue