mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: added a button into talkfile dialog, to directly jump to config of tts and enc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15926 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
815504b449
commit
f5c695b43f
6 changed files with 60 additions and 3 deletions
|
|
@ -747,6 +747,8 @@ void RbUtilQt::createTalkFiles(void)
|
|||
installWindow->setUserSettings(userSettings);
|
||||
installWindow->setDeviceSettings(devices);
|
||||
installWindow->show();
|
||||
connect(installWindow, SIGNAL(settingsUpdated()), this, SLOT(downloadInfo()));
|
||||
connect(installWindow, SIGNAL(settingsUpdated()), this, SLOT(updateSettings()));
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -757,6 +759,7 @@ void RbUtilQt::uninstall(void)
|
|||
uninstallWindow->setUserSettings(userSettings);
|
||||
uninstallWindow->setDeviceSettings(devices);
|
||||
uninstallWindow->show();
|
||||
|
||||
}
|
||||
|
||||
void RbUtilQt::uninstallBootloader(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue