summarylogtreecommitdiffstats
path: root/patches__app__main.js.patch-execute
blob: e81081460c0d45df0aa8304fcb2b2b62da5d3f57 (plain)
1
2
3
4
5
6
7
module.exports = function (originalContent) {
  return originalContent
    .replace(
      /(windowOptions = {\n\s*)show: \w+/,
      "$1show: true",
    );
}