mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
Remove leftover initialfocus from clock
This commit is contained in:
parent
4de113db3a
commit
c91f452db1
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component name="Clock" extends="Group" initialFocus="chapterNext">
|
||||
<component name="Clock" extends="Group">
|
||||
<children>
|
||||
<Label id="clockTime" font="font:SmallSystemFont" horizAlign="right" vertAlign="center" height="64" width="200" />
|
||||
<Timer id="currentTimeTimer" repeat="true" duration="1" />
|
||||
|
Loading…
Reference in New Issue
Block a user