More receiver selector refactoring

This commit is contained in:
hensm
2022-04-29 01:14:06 +01:00
parent 70ac18511a
commit b1100bd258
15 changed files with 123 additions and 145 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
import { ReceiverSelectorMediaType } from "../background/receiverSelector";
import { ReceiverSelectorMediaType } from "../types";
export function getNextEllipsis(ellipsis: string): string {
if (ellipsis === "") return ".";