Skip to content

Commit 3bd831a

Browse files
authored
oops
1 parent 93320d3 commit 3bd831a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ void DevTools::drawSettings() {
162162
static_cast<int>(frameSize.height / ratio)
163163
);
164164
if (ImGui::Checkbox("Button Enabled", &m_settings.buttonEnabled)) {
165-
log::info("Test");
166165
if (m_settings.buttonEnabled) setupDragButton();
167166
else removeDragButton();
168167
}
@@ -274,3 +273,4 @@ void DevTools::drawSettings() {
274273
}
275274
}
276275
};*/
276+

0 commit comments

Comments
 (0)