tubbadu
tubbadu
If I go to https://web.whatsapp.com/ in the webview browser, it says that Chrome 60+ is needed is there a way to upgrade the version of chrome used?
If I copy this code ``` TTS.speak({ text: 'Welcome to the app!', locale: 'en-GB', rate: 0.75 }, function () { alert('success'); }, function (reason) { alert(reason); }); ``` into my...
it would be really useful to be able to change the order of column e.g.: instead of FILENAME | STATUS | SIZE | etc. i'd like to have: STATUS |...
### Description If I run the app after that is has been killed (manually or during a shutdown), it creates two instances of the app, sometimes asking if I want...
### Problem Description the window always shows in the center of the screen and doesn't remember its previous position ### Proposed Solution to workaround this I wrote this script, if...
It would be great if the game automatically saved the configuration settings like decks, house rules ecc for the next game, so you don't have to set them again
when whatsie is running and visible, trying to shut down or reboot the system through the KDE gui (pressing power button > shutdown, or start > shutdown > shutdown) will...
It would be nice when running `whatsie -w`, if the application is already visible but not focused, to move the focus to it, and if it has focus, to minimize...
I don't understand how should I use example index.html: there is no js in it, and it just don't do anything? I tried adding ```javascript ``` in it but nothing...