mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
electron-97: refactored the code as per the ticket (points 3 & 4 covered)
This commit is contained in:
@@ -243,6 +243,10 @@ function getTemplate(app) {
|
||||
return template;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the checkbox values for different menu items
|
||||
* based on configuration
|
||||
*/
|
||||
function setCheckboxValues() {
|
||||
getConfigField('minimizeOnClose').then(function(mClose) {
|
||||
minimizeOnClose = mClose;
|
||||
|
||||
Reference in New Issue
Block a user