You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
master ✗ $ grep transparent -A 2 -B 4 src/main-process/atom-window.js
const options = {
show: false,
title: getAppName(),
tabbingIdentifier: 'atom',
transparent: true,
webPreferences: {
// Prevent specs from throttling when the window is in the background:
Unfortunately, there doesn't seem to be any transparency whatsoever. Curious if there are additional modifications required beyond what was specified for 1.28 that I have not identified.
Have made modifications for version 1.28 as directed by rstacruz/atom-transparency
Unfortunately, there doesn't seem to be any transparency whatsoever. Curious if there are additional modifications required beyond what was specified for 1.28 that I have not identified.
OS: Debian 11 bullseye
DE: GNOME 3.38.4
Node: v16.14.0
npm: 8.5.3
The text was updated successfully, but these errors were encountered: