GithubHelp home page GithubHelp logo

Comments (6)

tsvetilian-ty avatar tsvetilian-ty commented on September 26, 2024

@H9 I was not able to reproduce the problem in Windows, can you try to clone this repo > run npm install > change main.js in example directory (win_options) > run npm start debug

from electron-about-window.

 avatar commented on September 26, 2024

@tsvetilian-ty thanks for the reply, I did as you asked on Mac, it works well, but in my project that uses this package, still can show that bug. Please look at following link that I take a record for you.

https://www.dropbox.com/s/00jxqqkqc5rcldk/Screen%20Recording%202018-11-08%20at%209.09.31%20PM.mov?dl=0

It's so strange.

from electron-about-window.

tsvetilian-ty avatar tsvetilian-ty commented on September 26, 2024

@H9 it looks like the about window is going to it's default state. Can you try to pass the AboutWindowInfo object directly ?

{
    label: `About this app`,
    click: () => openAboutWindow({
                     icon_path: path.join(__dirname, '/assets/icon.png'),
                     open_devtools: false,
                     use_version_info: false,
                     win_options: {titleBarStyle: 'hidden', minimizable: false, movable: false, resizable: false,maximizable: false}
    })
}

from electron-about-window.

 avatar commented on September 26, 2024

@tsvetilian-ty I tried, but still the same.

from electron-about-window.

bampakoa avatar bampakoa commented on September 26, 2024

I have the same exact problem in Windows 10. Here is a gist, to use with Electron Fiddle, that showcases the actual problem. Thanks!

from electron-about-window.

bampakoa avatar bampakoa commented on September 26, 2024

Until the #49 is merged you can try to pass a clone of your options object such as:


const options = {
 ....
}
openAboutWindow({...options});

from electron-about-window.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.