Skip to content

Commit b949b68

Browse files
committed
Pre-Release 0.1.9a seperate Settings
1 parent 7c66208 commit b949b68

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

resources/runtime/savestate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class itemType(Enum):
7575
"Riot API": 0,
7676
"File Paths": 1,
7777
"Format": 2,
78-
"Output file": 3,
78+
"Output File": 3,
7979
"Riot Settings": 4,
8080
"Statistics": 5,
8181
"Timers": 6,

resources/uis/main.ui

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<string>LoL Overlay</string>
5858
</property>
5959
<property name="currentIndex">
60-
<number>1</number>
60+
<number>0</number>
6161
</property>
6262
<property name="documentMode">
6363
<bool>false</bool>
@@ -1661,21 +1661,5 @@
16611661
</hint>
16621662
</hints>
16631663
</connection>
1664-
<connection>
1665-
<sender>actionMain_Settings</sender>
1666-
<signal>triggered()</signal>
1667-
<receiver>MainWindow</receiver>
1668-
<slot>hide()</slot>
1669-
<hints>
1670-
<hint type="sourcelabel">
1671-
<x>-1</x>
1672-
<y>-1</y>
1673-
</hint>
1674-
<hint type="destinationlabel">
1675-
<x>399</x>
1676-
<y>299</y>
1677-
</hint>
1678-
</hints>
1679-
</connection>
16801664
</connections>
16811665
</ui>

0 commit comments

Comments
 (0)