We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22372bf commit b83d496Copy full SHA for b83d496
endpoints/lib/vboxconnector.php
@@ -1914,8 +1914,8 @@ public function remote_machineSave($args) {
1914
if(@$this->settings->enableCustomIcons)
1915
$m->setExtraData('phpvb/icon', $args['customIcon']);
1916
1917
- $m->GraphicsAdapter->VRAMSize = $args['VRAMSize'];
1918
- $m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType'];
+ $m->GraphicsAdapter->VRAMSize = $args['VRAMSize'];
+ $m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType'];
1919
1920
// Video
1921
$m->GraphicsAdapter->accelerate3DEnabled = $args['accelerate3DEnabled'];
0 commit comments