mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
ELECTRON-568 - Enable applications tab only if it is passed in the types (#400)
This commit is contained in:
parent
f2d2ff13da
commit
fd39d680a0
@ -59,7 +59,7 @@ function getSource(options, callback) {
|
||||
};
|
||||
}
|
||||
|
||||
if (isWindowsOS) {
|
||||
if (isWindowsOS && captureWindow) {
|
||||
/**
|
||||
* Sets the captureWindow to false if Desktop composition
|
||||
* is disabled otherwise true
|
||||
|
@ -50,7 +50,7 @@ function getSources(options, callback) {
|
||||
};
|
||||
}
|
||||
|
||||
if (isWindowsOS) {
|
||||
if (isWindowsOS && captureWindow) {
|
||||
/**
|
||||
* Sets the captureWindow to false if Desktop composition
|
||||
* is disabled otherwise true
|
||||
|
Loading…
Reference in New Issue
Block a user