public static void showBundleNoticeIfNeeded()

in src/main/resources/patch/Agreement.java [43:48]


    public static void showBundleNoticeIfNeeded() {
        if (SystemInfo.isMac) {
            checkPaths();
        }
        runInEdtAndWait(() -> new Agreement().showBundleNotice());
    }