Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-08-14 15:40:01 -04:00
38 changed files with 44 additions and 2 deletions

View File

@@ -111,6 +111,13 @@ public class Menus{
ui.hudfrag.showToast(Fonts.getGlyph(Fonts.icon, (char)unicode), text);
}
@Remote(variants = Variant.both)
public static void openURI(String uri){
if(uri == null) return;
ui.showConfirm(Core.bundle.format("linkopen", uri), () -> Core.app.openURI(uri));
}
//internal use only
@Remote
public static void removeWorldLabel(int id){