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,6 +1,6 @@
|
||||
import AstalNotifd from 'gi://AstalNotifd?version=0.1';
|
||||
import options from 'src/options.js';
|
||||
import { GLib } from 'astal/gobject.js';
|
||||
import { GLib } from 'astal';
|
||||
import { Gtk } from 'astal/gtk3';
|
||||
import { getNotificationIcon } from 'src/globals/notification.js';
|
||||
import { notifHasImg } from './helpers';
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import { hyprlandService } from 'src/lib/constants/services.js';
|
||||
import options from 'src/options.js';
|
||||
import { getPosition } from 'src/lib/utils.js';
|
||||
import Variable from 'astal/variable.js';
|
||||
import { bind } from 'astal/binding.js';
|
||||
import { bind, Variable } from 'astal';
|
||||
import { trackActiveMonitor, trackAutoTimeout, trackPopupNotifications } from './helpers.js';
|
||||
import { Astal } from 'astal/gtk3';
|
||||
import { NotificationCard } from './Notification.js';
|
||||
|
||||
Reference in New Issue
Block a user