mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[IFT] Fix restart icon in Python Debug lesson
IJ-CR-103403 GitOrigin-RevId: 9b97222aa75d755aea1f8018f5548d301cac0f36
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a9fa41a46a
commit
bc6abbde05
@@ -67,7 +67,7 @@ class PythonDebugLesson : CommonDebugLesson("python.debug.workflow") {
|
||||
sessionPaused = false
|
||||
}
|
||||
proposeModificationRestore(afterFixText)
|
||||
PythonLessonsBundle.message("python.debug.workflow.rerun", icon(AllIcons.Actions.Restart), action(it))
|
||||
PythonLessonsBundle.message("python.debug.workflow.rerun", icon(AllIcons.Actions.RestartDebugger), action(it))
|
||||
}
|
||||
|
||||
task {
|
||||
|
||||
Reference in New Issue
Block a user