add shaderpacks open (#2331)

* add shaderpacks

* fix

* fix
This commit is contained in:
zkitefly
2023-07-03 00:02:25 +08:00
committed by GitHub
parent c87f7f39c7
commit 75aeed9747
7 changed files with 7 additions and 0 deletions

View File

@@ -283,6 +283,7 @@ public class VersionPage extends DecoratorAnimatedPage implements DecoratorPage
new IconedMenuItem(FXUtils.limitingSize(SVG.puzzle(Theme.blackFillBinding(), 14, 14), 14, 14), i18n("folder.mod"), FXUtils.withJFXPopupClosing(() -> control.onBrowse("mods"), browsePopup)),
new IconedMenuItem(FXUtils.limitingSize(SVG.gearOutline(Theme.blackFillBinding(), 14, 14), 14, 14), i18n("folder.config"), FXUtils.withJFXPopupClosing(() -> control.onBrowse("config"), browsePopup)),
new IconedMenuItem(FXUtils.limitingSize(SVG.texture(Theme.blackFillBinding(), 14, 14), 14, 14), i18n("folder.resourcepacks"), FXUtils.withJFXPopupClosing(() -> control.onBrowse("resourcepacks"), browsePopup)),
new IconedMenuItem(FXUtils.limitingSize(SVG.texture(Theme.blackFillBinding(), 14, 14), 14, 14), i18n("folder.shaderpacks"), FXUtils.withJFXPopupClosing(() -> control.onBrowse("shaderpacks"), browsePopup)),
new IconedMenuItem(FXUtils.limitingSize(SVG.monitorScreenshot(Theme.blackFillBinding(), 14, 14), 14, 14), i18n("folder.screenshots"), FXUtils.withJFXPopupClosing(() -> control.onBrowse("screenshots"), browsePopup)),
new IconedMenuItem(FXUtils.limitingSize(SVG.earth(Theme.blackFillBinding(), 14, 14), 14, 14), i18n("folder.saves"), FXUtils.withJFXPopupClosing(() -> control.onBrowse("saves"), browsePopup))
);

View File

@@ -399,6 +399,7 @@ folder.config=Configs
folder.game=Game Directory
folder.mod=Reveal in Explorer
folder.resourcepacks=Resource Packs
folder.shaderpacks=Shader packs
folder.saves=Saves
folder.screenshots=Screenshots

View File

@@ -357,6 +357,7 @@ folder.config=Configuraciones
folder.game=Directorio de juego
folder.mod=Abrir carpeta de mods
folder.resourcepacks=Resource packs
folder.shaderpacks=Shader packs
folder.saves=Guardados
folder.screenshots=Capturas de pantalla

View File

@@ -326,6 +326,7 @@ folder.config=Config
folder.game=ゲームディレクトリ
folder.mod=Mod
folder.resourcepacks=リソースパック
folder.shaderpacks=シェーダーパックフォルダー
folder.saves=マップ
folder.screenshots=スクリーンショット

View File

@@ -328,6 +328,7 @@ folder.config=Папка конфигов
folder.game=Папка игры
folder.mod=Папка модов
folder.resourcepacks=Наборы текстур
folder.shaderpacks=Папка с шейдерами
folder.saves=Сохранения
folder.screenshots=Снимки экрана

View File

@@ -384,6 +384,7 @@ folder.config=設定資料夾
folder.game=遊戲資料夾
folder.mod=MOD 模組資料夾
folder.resourcepacks=資源包資料夾
folder.shaderpacks=著色器包文件夾
folder.saves=遊戲存檔資料夾
folder.screenshots=截圖資料夾

View File

@@ -384,6 +384,7 @@ folder.config=配置文件夹
folder.game=游戏文件夹
folder.mod=MOD文件夹
folder.resourcepacks=资源包文件夹
folder.shaderpacks=光影包文件夹
folder.saves=存档文件夹
folder.screenshots=截图文件夹