mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
8 lines
155 B
Java
8 lines
155 B
Java
![]() |
package stirling.software.SPDF.config;
|
||
|
|
||
|
public interface ShowAdminInterface {
|
||
|
default boolean getShowUpdateOnlyAdmins() {
|
||
|
return true;
|
||
|
}
|
||
|
}
|