Remove leftover initialfocus from clock

This commit is contained in:
1hitsong 2023-11-07 10:23:57 -05:00
parent 4de113db3a
commit c91f452db1

View File

@ -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" />