From 1d7617b7718cfe029c2965e3e379a33118ce6dc2 Mon Sep 17 00:00:00 2001 From: dj-34 Date: Mon, 20 May 2024 17:35:50 +0500 Subject: [PATCH] Fix path in skin.dmf (#1238) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Исправляет дублирование Файл ![image](https://github.com/ss220club/Paradise-SS220/assets/20109643/611634e3-9241-435f-8d91-019d21f1b13f) --- interface/skin.dmf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/skin.dmf b/interface/skin.dmf index bfe0941edf00..7e8c9f372076 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -17,15 +17,15 @@ menu "menu" command = "SS-Info-Breakdown" category = "&Файл" is-disabled = true - elem "reconnectbutton" - name = "&Переподключиться" - command = ".reconnect" - category = "&Файл" elem "profilecode" name = "&Profile Code" command = ".profile" - category = "&File" + category = "&Файл" is-disabled = true + elem "reconnectbutton" + name = "&Переподключиться" + command = ".reconnect" + category = "&Файл" elem name = "&Выход" command = ".quit"