mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-05 16:52:02 +00:00
8 lines
166 B
Java
8 lines
166 B
Java
package stirling.software.SPDF.config.interfaces;
|
|
|
|
public interface ShowAdminInterface {
|
|
default boolean getShowUpdateOnlyAdmins() {
|
|
return true;
|
|
}
|
|
}
|