Fixed an issue that would cause the scroll direction to be inverted on secondary monitors. (#683)
* Fixed an issue that would cause the scroll direction to be inverted on secondary monitors. * Update import paths and tsconfig.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import PopupWindow from '../shared/popup/index.js';
|
||||
import powermenu from './helpers/actions.js';
|
||||
import { App, Gtk } from 'astal/gtk3';
|
||||
import { bind } from 'astal/binding.js';
|
||||
import { bind } from 'astal';
|
||||
|
||||
export default (): JSX.Element => (
|
||||
<PopupWindow name="verification" transition="crossfade">
|
||||
|
||||
Reference in New Issue
Block a user