Fixed Window menu.
parent
c39af186b1
commit
69275d5444
|
@ -9,13 +9,13 @@
|
||||||
<key>1063</key>
|
<key>1063</key>
|
||||||
<string>650 960 136 68 0 0 1680 1028 </string>
|
<string>650 960 136 68 0 0 1680 1028 </string>
|
||||||
<key>1156</key>
|
<key>1156</key>
|
||||||
<string>719 527 241 366 0 0 1680 1028 </string>
|
<string>719 529 241 366 0 0 1680 1028 </string>
|
||||||
<key>1324</key>
|
<key>1324</key>
|
||||||
<string>787 658 137 182 0 0 1680 1028 </string>
|
<string>787 658 137 182 0 0 1680 1028 </string>
|
||||||
<key>29</key>
|
<key>29</key>
|
||||||
<string>-2 976 383 44 0 0 1680 1028 </string>
|
<string>-2 976 383 44 0 0 1680 1028 </string>
|
||||||
<key>463</key>
|
<key>463</key>
|
||||||
<string>669 637 341 145 0 0 1680 1028 </string>
|
<string>669 640 341 145 0 0 1680 1028 </string>
|
||||||
<key>513</key>
|
<key>513</key>
|
||||||
<string>354 834 125 137 0 0 1680 1028 </string>
|
<string>354 834 125 137 0 0 1680 1028 </string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
<array>
|
<array>
|
||||||
<integer>1324</integer>
|
<integer>1324</integer>
|
||||||
<integer>29</integer>
|
<integer>29</integer>
|
||||||
<integer>1156</integer>
|
|
||||||
<integer>513</integer>
|
<integer>513</integer>
|
||||||
<integer>21</integer>
|
<integer>21</integer>
|
||||||
<integer>463</integer>
|
<integer>463</integer>
|
||||||
<integer>1063</integer>
|
<integer>1063</integer>
|
||||||
|
<integer>1156</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>IBSystem Version</key>
|
<key>IBSystem Version</key>
|
||||||
<string>8P2137</string>
|
<string>8P2137</string>
|
||||||
|
|
Binary file not shown.
1
TODO
1
TODO
|
@ -1,5 +1,6 @@
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
SHN resulting in high CPU usage: http://sbooth.org/forums/viewtopic.php?p=4711#4711
|
SHN resulting in high CPU usage: http://sbooth.org/forums/viewtopic.php?p=4711#4711
|
||||||
Window Menu: http://sbooth.org/forums/viewtopic.php?p=4717
|
Window Menu: http://sbooth.org/forums/viewtopic.php?p=4717
|
||||||
|
Reveal Song in Finder needs to be changed to Show Song in Finder and not be enabled when theres no selection: http://sbooth.org/forums/viewtopic.php?t=1420
|
||||||
|
|
||||||
Fix playlist/file loading so it never loads duplicates in a single action. Ex: If you load (an m3u containing a bunch of files) AND (the files themselves), only load them once! However, if you load the m3u, THEN load the group of files, they should appear twice!
|
Fix playlist/file loading so it never loads duplicates in a single action. Ex: If you load (an m3u containing a bunch of files) AND (the files themselves), only load them once! However, if you load the m3u, THEN load the group of files, they should appear twice!
|
||||||
|
|
Loading…
Reference in New Issue