Mpris fix (#563)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { errorHandler } from 'src/lib/utils';
|
||||
import { Command } from '../types';
|
||||
import { BarLayouts } from 'src/lib/types/options';
|
||||
import { Command } from '../../types';
|
||||
|
||||
export const appearanceCommands: Command[] = [
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { errorHandler } from 'src/lib/utils';
|
||||
import { Command } from '../types';
|
||||
import { Command } from '../../types';
|
||||
import { App } from 'astal/gtk3';
|
||||
|
||||
export const windowManagementCommands: Command[] = [
|
||||
|
||||
Reference in New Issue
Block a user