mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Фикс вызова SetProfileRequest
This commit is contained in:
parent
a2a1e72a78
commit
9ba6c6a134
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function makeProfilesRequest(callback) {
|
||||||
startTask(task);
|
startTask(task);
|
||||||
}
|
}
|
||||||
function makeSetProfileRequest(profile, callback) {
|
function makeSetProfileRequest(profile, callback) {
|
||||||
var task = newRequestTask(new SetProfileRequest, profile);
|
var task = newRequestTask(new SetProfileRequest(profile));
|
||||||
|
|
||||||
// Set task properties and start
|
// Set task properties and start
|
||||||
processing.setTaskProperties(task, callback, function() {
|
processing.setTaskProperties(task, callback, function() {
|
||||||
|
|
Loading…
Reference in a new issue