Skip to content

Commit 32eeb3f

Browse files
vedantkarandikarWolverinDEV
authored andcommitted
fix: standalore radar profile
1 parent c5a79cb commit 32eeb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const APP_MENU_QUICK_START: &Menu = &Menu {
4545
MenuItem {
4646
name: "CS2 Web Radar with KDMapper",
4747
action: MenuAction::Command(AppCommand::QuickStart {
48-
enhancer: Enhancer::Cs2Overlay,
48+
enhancer: Enhancer::Cs2StandaloneRadar,
4949
}),
5050
},
5151
],

0 commit comments

Comments
 (0)