🔥 Remove JyersUI (#24459)
This commit is contained in:
		@@ -38,8 +38,6 @@
 | 
			
		||||
#elif ENABLED(DWIN_LCD_PROUI)
 | 
			
		||||
  #include "../../lcd/e3v2/proui/dwin_popup.h"
 | 
			
		||||
  #include "../../lcd/e3v2/proui/dwin.h"
 | 
			
		||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
 | 
			
		||||
  #include "../../lcd/e3v2/jyersui/dwin.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if ENABLED(HOST_PROMPT_SUPPORT)
 | 
			
		||||
@@ -78,8 +76,6 @@ void GcodeSuite::M0_M1() {
 | 
			
		||||
      DWIN_Popup_Confirm(ICON_BLTouch, parser.string_arg, GET_TEXT_F(MSG_USERWAIT));
 | 
			
		||||
    else
 | 
			
		||||
      DWIN_Popup_Confirm(ICON_BLTouch, GET_TEXT_F(MSG_STOPPED), GET_TEXT_F(MSG_USERWAIT));
 | 
			
		||||
  #elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
 | 
			
		||||
    CrealityDWIN.Confirm_Handler(UserInput, parser.string_arg == nullptr);
 | 
			
		||||
  #else
 | 
			
		||||
 | 
			
		||||
    if (parser.string_arg) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user