mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
remove onNextButtonClicked
This commit is contained in:
@@ -224,14 +224,6 @@ onBrowseButtonClicked = function()
|
||||
}
|
||||
}
|
||||
|
||||
onNextButtonClicked = function()
|
||||
{
|
||||
var widget = gui.pageById(QInstaller.TargetDirectory);
|
||||
if (widget !== null) {
|
||||
installer.setValue("APP_BUNDLE_TARGET_DIR", widget.TargetDirectoryLineEdit.text);
|
||||
}
|
||||
}
|
||||
|
||||
onFinishButtonClicked = function() {
|
||||
let widget = gui.pageById(QInstaller.InstallationFinished);
|
||||
if (widget) {
|
||||
|
||||
Reference in New Issue
Block a user