mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-01-25 02:08:05 +00:00
new UI
This commit is contained in:
@@ -30,7 +30,7 @@ export const WindowApp = () => {
|
||||
const [callHistories, setCallHistories] = useState<CallHistory[]>([]);
|
||||
const tabsSettings = [
|
||||
{
|
||||
title: "Phone",
|
||||
title: "Dialer",
|
||||
content: (
|
||||
<Phone
|
||||
sipUsername={sipUsername}
|
||||
@@ -42,7 +42,7 @@ export const WindowApp = () => {
|
||||
),
|
||||
},
|
||||
{
|
||||
title: "Recent",
|
||||
title: "History",
|
||||
content: <CallHistories calls={callHistories} />,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user