diff src/gui/widgets/sidebar.cpp @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -0400
parents b7a1c0010ffd
children 3d2decf093bb
line wrap: on
line diff
--- a/src/gui/widgets/sidebar.cpp	Fri Sep 29 15:52:31 2023 -0400
+++ b/src/gui/widgets/sidebar.cpp	Sun Oct 01 06:16:06 2023 -0400
@@ -26,7 +26,6 @@
 }
 
 void SideBar::SetCurrentItem(int index) {
-	qDebug() << AddSeparatorsToIndex(index) << "\n";
 	setCurrentRow(AddSeparatorsToIndex(index));
 }